aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-24 23:07:53 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-24 23:07:53 +0000
commit2e0aca17e888b9c1c95bf8e2fd0b82fb13ec4d31 (patch)
tree3f1c0d9423245458d24d8ca21798aa41c5b5cf20 /week.php
parent7476e46daabcee0995eb4f794a62b5306586aa6f (diff)
downloadphpicalendar-2e0aca17e888b9c1c95bf8e2fd0b82fb13ec4d31.tar.gz
phpicalendar-2e0aca17e888b9c1c95bf8e2fd0b82fb13ec4d31.tar.bz2
phpicalendar-2e0aca17e888b9c1c95bf8e2fd0b82fb13ec4d31.zip
Fixed include.
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 1e40d17..bf90f90 100644
--- a/week.php
+++ b/week.php
@@ -343,7 +343,7 @@ for ($i=0;$i<7;$i++) {
</td>
<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.'includes/sidebar.php'); ?>
<?php include (BASE.'includes/footer.inc.php'); ?>
</td>
</tr>

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