Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29400
Modified Files:
day.php
Log Message:
revert original rss now that extra files added
Index: day.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** day.php 16 Mar 2006 06:15:10 -0000 1.129
--- day.php 10 Apr 2006 00:52:24 -0000 1.130
***************
*** 49,54 ****
'event_js' => BASE.'functions/event.js',
'footer' => BASE.'templates/'.$template.'/footer.tpl',
! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl',
! 'search_box' => BASE.'templates/'.$template.'/search_box.tpl'
));
--- 49,54 ----
'event_js' => BASE.'functions/event.js',
'footer' => BASE.'templates/'.$template.'/footer.tpl',
! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl',
! 'search_box' => BASE.'templates/'.$template.'/search_box.tpl'
));
|