aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-26 01:42:40 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-26 01:42:40 +0000
commitcd0cbe802fba76310d906770b438a983e80a0250 (patch)
treeb42c7b91408923c3d9076064bef0252b3bdcfdcd /includes
parent898fcfae0f94e5dfeaa6f1c360924fedc0f7b072 (diff)
downloadphpicalendar-cd0cbe802fba76310d906770b438a983e80a0250.tar.gz
phpicalendar-cd0cbe802fba76310d906770b438a983e80a0250.tar.bz2
phpicalendar-cd0cbe802fba76310d906770b438a983e80a0250.zip
Fixes.
Diffstat (limited to 'includes')
-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