From 9f5b31c395b1af54175fb0d4afe3a1d9e931045a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 18 Aug 2004 00:14:48 +0000 Subject: Updated for speeds. --- rss/index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'rss') diff --git a/rss/index.php b/rss/index.php index e16bb1b..b8649a1 100644 --- a/rss/index.php +++ b/rss/index.php @@ -27,9 +27,12 @@ foreach ($filelist as $file) { $page = new Page(BASE.'templates/'.$template.'/rss_index.tpl'); -$page->replace_tags(array( +$page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', - 'footer' => BASE.'templates/'.$template.'/footer.tpl', + 'footer' => BASE.'templates/'.$template.'/footer.tpl' + )); + +$page->replace_tags(array( 'event_js' => BASE.'functions/event.js', 'default_path' => $default_path.'/', 'template' => $template, -- cgit v1.2.3