aboutsummaryrefslogtreecommitdiffstats
path: root/week.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 /week.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 'week.php')
-rw-r--r--week.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/week.php b/week.php
index 26d3189..0ce5f21 100644
--- a/week.php
+++ b/week.php
@@ -62,7 +62,7 @@ for ($i=0;$i<7;$i++) {
<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