Update of /cvsroot/phpicalendar/phpicalendar/rss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14158/rss
Modified Files:
index.php
Log Message:
Fixed display month bottom.
Index: index.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** index.php 25 Oct 2004 17:16:09 -0000 1.33
--- index.php 25 Oct 2004 17:43:32 -0000 1.34
***************
*** 40,48 ****
$page->replace_files(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
! 'footer' => BASE.'templates/'.$template.'/footer.tpl'
));
$page->replace_tags(array(
- 'event_js' => BASE.'functions/event.js',
'default_path' => $default_path.'/',
'template' => $template,
--- 40,48 ----
$page->replace_files(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
! 'footer' => BASE.'templates/'.$template.'/footer.tpl',
! 'event_js' => BASE.'functions/event.js'
));
$page->replace_tags(array(
'default_path' => $default_path.'/',
'template' => $template,
|