aboutsummaryrefslogtreecommitdiffstats
path: root/year.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 /year.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 'year.php')
-rw-r--r--year.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/year.php b/year.php
index 7c5e12a..156503e 100644
--- a/year.php
+++ b/year.php
@@ -26,7 +26,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title><?php echo "$calendar_name - $thisday2"; ?></title>
+ <title><?php echo "$calendar_name - $this_year2"; ?></title>
<link rel="stylesheet" type="text/css" href="styles/<?php echo $style_sheet.'/default.css'; ?>">
<meta name="generator" content="BBEdit 6.5.3">
</head>

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