aboutsummaryrefslogtreecommitdiffstats
path: root/month.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 /month.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 'month.php')
-rw-r--r--month.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/month.php b/month.php
index 0a8276d..f3f0561 100644
--- a/month.php
+++ b/month.php
@@ -54,7 +54,7 @@ $num_of_events = 0;
<?php include (BASE.'functions/event.js'); ?>
</head>
<body>
-<?php include (BASE.'header.inc.php'); ?>
+<?php include (BASE.'includes/header.inc.php'); ?>
<center>
<table width="735" border="0" cellspacing="0" cellpadding="0" class="calborder">
<tr>
@@ -212,7 +212,7 @@ $num_of_events = 0;
</td>
</tr>
</table>
-<?php include (BASE.'calendar_nav.php'); ?>
+<?php include (BASE.'includes/calendar_nav.php'); ?>
<?php if (($num_of_events != 0) && ($this_months_events == "yes")) { ?>
<br>
<table border="0" cellspacing="0" cellpadding="0" width="737" bgcolor="#FFFFFF" class="calborder">
@@ -290,7 +290,7 @@ $num_of_events = 0;
</tr>
</table>
<?php } ?>
-<?php include (BASE.'footer.inc.php'); ?>
+<?php include (BASE.'includes/footer.inc.php'); ?>
</center>
</body>
</html>

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