aboutsummaryrefslogtreecommitdiffstats
path: root/rss/index.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-25 17:43:31 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-25 17:43:31 +0000
commit1d368f67ef0d6112e68ca0cd6f0fc28b7fe9b006 (patch)
treecfdf41c570473545dd44f0f4350a1fbd615e79d4 /rss/index.php
parentb920d2d487e2e92232f046e440d5d2f88b65a7da (diff)
downloadphpicalendar-1d368f67ef0d6112e68ca0cd6f0fc28b7fe9b006.tar.gz
phpicalendar-1d368f67ef0d6112e68ca0cd6f0fc28b7fe9b006.tar.bz2
phpicalendar-1d368f67ef0d6112e68ca0cd6f0fc28b7fe9b006.zip
Fixed display month bottom.
Diffstat (limited to 'rss/index.php')
-rw-r--r--rss/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/rss/index.php b/rss/index.php
index 4357020..05feb8e 100644
--- a/rss/index.php
+++ b/rss/index.php
@@ -39,11 +39,11 @@ $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'
+ 'footer' => BASE.'templates/'.$template.'/footer.tpl',
+ 'event_js' => BASE.'functions/event.js'
));
$page->replace_tags(array(
- 'event_js' => BASE.'functions/event.js',
'default_path' => $default_path.'/',
'template' => $template,
'cal' => $cal,

© 2014-2024 Faster IT GmbH | imprint | privacy policy