aboutsummaryrefslogtreecommitdiffstats
path: root/includes/header.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/header.inc.php')
-rw-r--r--includes/header.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.inc.php b/includes/header.inc.php
index 3d4b7cc..bb7f547 100644
--- a/includes/header.inc.php
+++ b/includes/header.inc.php
@@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
- <title><?php echo "$calendar_name - $display_date"; ?></title>
+ <title><?php echo $calendar_name; ?><?php if ($display_date != '') echo " - $display_date"; ?></title>
<link rel="stylesheet" type="text/css" href="<?php echo BASE."styles/$style_sheet/default.css"; ?>">
<?php

© 2014-2024 Faster IT GmbH | imprint | privacy policy