aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-24 23:04:43 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-24 23:04:43 +0000
commit7476e46daabcee0995eb4f794a62b5306586aa6f (patch)
treeeb8346c2083deeeb5a2f61099ba69b048093f383 /year.php
parentc2bf86b86fe02d1834bc4d34a2ce297b9268a30b (diff)
downloadphpicalendar-7476e46daabcee0995eb4f794a62b5306586aa6f.tar.gz
phpicalendar-7476e46daabcee0995eb4f794a62b5306586aa6f.tar.bz2
phpicalendar-7476e46daabcee0995eb4f794a62b5306586aa6f.zip
Moved all includes to their own folder. Modified pages accordingly. Fixed footer.
Diffstat (limited to 'year.php')
-rw-r--r--year.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/year.php b/year.php
index 4129f33..adacdb6 100644
--- a/year.php
+++ b/year.php
@@ -32,7 +32,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
<meta name="generator" content="BBEdit 6.5.3">
</head>
<body>
-<?php include ('./header.inc.php'); ?>
+<?php include (BASE.'includes/header.inc.php'); ?>
<center>
<table width="676" border="0" cellspacing="0" cellpadding="0" class="calborder">
<tr>
@@ -176,7 +176,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
} while (($m < 3) && ($n < 12));
?>
</table>
-<?php include (BASE.'footer.inc.php'); ?>
+<?php include (BASE.'includes/footer.inc.php'); ?>
</center>
</body>
</html>

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