From: <cl...@us...> - 2004-08-18 00:08:44
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11108 Modified Files: day.php Log Message: Modified for speed and stat errors. Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.117 retrieving revision 1.118 diff -C2 -d -r1.117 -r1.118 *** day.php 12 Aug 2004 20:32:47 -0000 1.117 --- day.php 18 Aug 2004 00:08:33 -0000 1.118 *************** *** 44,51 **** $page = new Page(BASE.'templates/'.$template.'/day.tpl'); ! $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', 'charset' => $charset, --- 44,54 ---- $page = new Page(BASE.'templates/'.$template.'/day.tpl'); ! $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' ! )); ! ! $page->replace_tags(array( 'event_js' => BASE.'functions/event.js', 'charset' => $charset, |