Update of /cvsroot/phpicalendar/phpicalendar/rss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12072/rss
Modified Files:
index.php
Log Message:
Updated for speeds.
Index: index.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** index.php 12 Aug 2004 20:32:50 -0000 1.30
--- index.php 18 Aug 2004 00:14:49 -0000 1.31
***************
*** 28,34 ****
$page = new Page(BASE.'templates/'.$template.'/rss_index.tpl');
! $page->replace_tags(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
! 'footer' => BASE.'templates/'.$template.'/footer.tpl',
'event_js' => BASE.'functions/event.js',
'default_path' => $default_path.'/',
--- 28,37 ----
$page = new Page(BASE.'templates/'.$template.'/rss_index.tpl');
! $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.'/',
|