aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-16 05:31:38 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-16 05:31:38 +0000
commitb9451d20279baca052a4b01b948b7b95aa05511a (patch)
treef2d810e6be02ca22c64b43e90eac6dd58b67cc4d /day.php
parentb5220335bc64b725467efce9f1df061e8bb423f9 (diff)
downloadphpicalendar-b9451d20279baca052a4b01b948b7b95aa05511a.tar.gz
phpicalendar-b9451d20279baca052a4b01b948b7b95aa05511a.tar.bz2
phpicalendar-b9451d20279baca052a4b01b948b7b95aa05511a.zip
Added dates to html <title> for easy bookmarking.
Diffstat (limited to 'day.php')
-rw-r--r--day.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/day.php b/day.php
index 56440be..a6ecf6b 100644
--- a/day.php
+++ b/day.php
@@ -57,7 +57,7 @@ if (is_array($master_array[($getdate)])) {
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
- <title><?php echo $calendar_name; ?></title>
+ <title><?php echo "$calendar_name - $display_date"; ?></title>
<link rel="stylesheet" type="text/css" href="styles/<?php echo $style_sheet.'/default.css'; ?>">
<?php include ('./functions/event.js'); ?>
</head>

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