aboutsummaryrefslogtreecommitdiffstats
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
parentb5220335bc64b725467efce9f1df061e8bb423f9 (diff)
downloadphpicalendar-b9451d20279baca052a4b01b948b7b95aa05511a.tar.gz
phpicalendar-b9451d20279baca052a4b01b948b7b95aa05511a.tar.bz2
phpicalendar-b9451d20279baca052a4b01b948b7b95aa05511a.zip
Added dates to html <title> for easy bookmarking.
-rw-r--r--day.php2
-rw-r--r--month.php2
-rw-r--r--week.php2
-rw-r--r--year.php2
4 files changed, 4 insertions, 4 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>
diff --git a/month.php b/month.php
index 5f5eb77..eb2501a 100644
--- a/month.php
+++ b/month.php
@@ -33,7 +33,7 @@
<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_month"; ?></title>
<link rel="stylesheet" type="text/css" href="styles/<?php echo "$style_sheet/default.css"; ?>">
<?php include "functions/event.js"; ?>
</head>
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>
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