Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv26877/includes
Modified Files:
sidebar.php
Log Message:
Added BRs to sidebar, fix for IE6.
Index: sidebar.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/sidebar.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** sidebar.php 13 Nov 2003 06:02:47 -0000 1.24
--- sidebar.php 14 Nov 2003 22:03:47 -0000 1.25
***************
*** 53,59 ****
--- 53,63 ----
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') {
|