aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-04-10 01:12:30 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-04-10 01:12:30 +0000
commit240a104388ebd633820826a4a732050dd9621596 (patch)
tree4fcd995bf2fc2be1f3819922c4cfcb76d7205a7d
parentd2a7fb9c3e1c88811183cf138cc40e8aee56f73d (diff)
downloadphpicalendar-240a104388ebd633820826a4a732050dd9621596.tar.gz
phpicalendar-240a104388ebd633820826a4a732050dd9621596.tar.bz2
phpicalendar-240a104388ebd633820826a4a732050dd9621596.zip
spacing changes
-rw-r--r--week.php8
-rw-r--r--year.php4
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,

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