From 240a104388ebd633820826a4a732050dd9621596 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 10 Apr 2006 01:12:30 +0000 Subject: spacing changes --- week.php | 8 ++++---- year.php | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/week.php b/week.php index e5ee06b..878161b 100644 --- a/week.php +++ b/week.php @@ -50,8 +50,8 @@ $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', - 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', - 'search_box' => BASE.'templates/'.$template.'/search_box.tpl' + 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', + 'search_box' => BASE.'templates/'.$template.'/search_box.tpl' )); $page->replace_tags(array( @@ -61,7 +61,7 @@ $page->replace_tags(array( 'cal' => $cal, 'getdate' => $getdate, 'getcpath' => "&cpath=$cpath", - 'cpath' => $cpath, + 'cpath' => $cpath, 'calendar_name' => $cal_displayname, 'display_date' => $display_date, 'current_view' => $current_view, @@ -69,7 +69,7 @@ $page->replace_tags(array( 'rss_powered' => $rss_powered, 'rss_available' => '', 'rss_valid' => '', - 'show_search' => $show_search, + 'show_search' => $show_search, 'next_day' => $next_day, 'next_week' => $next_week, 'prev_day' => $prev_day, diff --git a/year.php b/year.php index 141473b..83a7756 100644 --- a/year.php +++ b/year.php @@ -59,8 +59,8 @@ $page->replace_tags(array( 'charset' => $charset, 'default_path' => '', 'cal' => $cal, - 'getcpath' => "&cpath=$cpath", - 'cpath' => $cpath, + 'getcpath' => "&cpath=$cpath", + 'cpath' => $cpath, 'getdate' => $getdate, 'calendar_name' => $cal_displayname, 'display_date' => $this_year, -- cgit v1.2.3