aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-24 04:12:49 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-24 04:12:49 +0000
commit6a6a41cac84ab787f75b91972cd59c09a06dce39 (patch)
tree0c0751b5ec482afe2fbf8e78bf659f7624eceffe /day.php
parent3094cf0827101ebcda56b1b4930dd4f3d9209849 (diff)
downloadphpicalendar-6a6a41cac84ab787f75b91972cd59c09a06dce39.tar.gz
phpicalendar-6a6a41cac84ab787f75b91972cd59c09a06dce39.tar.bz2
phpicalendar-6a6a41cac84ab787f75b91972cd59c09a06dce39.zip
pulled footer together
Diffstat (limited to 'day.php')
-rw-r--r--day.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/day.php b/day.php
index e7d80f7..4fdc00e 100644
--- a/day.php
+++ b/day.php
@@ -258,8 +258,10 @@ if (is_array($master_array[($getdate)])) {
</table>
</td>
<td width="20"><img src="images/spacer.gif" width="20" height="1" alt=""></td>
- <td width="160" valign="top"><?php include('./sidebar.php'); ?><center>
- <?php echo '<font class="V9"><br>'.$powered_by_lang.' <a class="psf" href="http://phpicalendar.sourceforge.net/">PHP iCalendar '.$version_lang.'</a></font>'; ?></center></td>
+ <td width="160" valign="top">
+ <?php include (BASE.'sidebar.php'); ?>
+ <?php include (BASE.'footer.inc.php'); ?>
+ </td>
</tr>
</table>
</center>

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