aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-14 22:03:47 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-14 22:03:47 +0000
commit51f5674c3d3b567c35eae941bb177c3cec84d1c0 (patch)
tree8ad2b4f4ca45c5c921dba3433c615af4ea31ee61 /includes
parent812a306dc47b2d61ce94b208e001774627370f03 (diff)
downloadphpicalendar-51f5674c3d3b567c35eae941bb177c3cec84d1c0.tar.gz
phpicalendar-51f5674c3d3b567c35eae941bb177c3cec84d1c0.tar.bz2
phpicalendar-51f5674c3d3b567c35eae941bb177c3cec84d1c0.zip
Added BRs to sidebar, fix for IE6.
Diffstat (limited to 'includes')
-rw-r--r--includes/sidebar.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/sidebar.php b/includes/sidebar.php
index d7c389f..4b7d5b8 100644
--- a/includes/sidebar.php
+++ b/includes/sidebar.php
@@ -52,9 +52,13 @@ $search_box = '<form style="margin-bottom:0;" action="search.php" method="GET"><
echo '<div style="padding: 5px;">';
echo '<form style="margin-bottom:0;" action="day.php" method="GET">';
include('./functions/list_icals.php');
+ echo '<br>';
include('./functions/list_years.php');
+ echo '<br>';
include('./functions/list_months.php');
+ echo '<br>';
include('./functions/list_weeks.php');
+ echo '<br>';
echo '</form>';
if ($show_search == 'yes') {
echo $search_box;

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