aboutsummaryrefslogtreecommitdiffstats
path: root/week.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 /week.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 'week.php')
-rw-r--r--week.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/week.php b/week.php
index b1cf698..1e40d17 100644
--- a/week.php
+++ b/week.php
@@ -56,7 +56,7 @@ for ($i=0;$i<7;$i++) {
<?php if (is_array($master_array['-2'])) include (BASE.'functions/todo.js'); ?>
</head>
<body bgcolor="#FFFFFF">
-<?php include (BASE.'header.inc.php'); ?>
+<?php include (BASE.'includes/header.inc.php'); ?>
<center>
<table border="0" width="720" cellspacing="0" cellpadding="0">
<tr>
@@ -344,7 +344,7 @@ for ($i=0;$i<7;$i++) {
<td width="20"><img src="images/spacer.gif" width="20" height="1" alt=""></td>
<td width="160" valign="top">
<?php include (BASE.'sidebar.php'); ?>
- <?php include (BASE.'footer.inc.php'); ?>
+ <?php include (BASE.'includes/footer.inc.php'); ?>
</td>
</tr>
</table>

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