From a105312cd95f48da632a39dd369be24062d6c988 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 11 Nov 2005 05:08:30 +0000 Subject: fix small nav icons to pass cpath --- week.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'week.php') diff --git a/week.php b/week.php index 3198232..7cde70a 100644 --- a/week.php +++ b/week.php @@ -60,7 +60,8 @@ $page->replace_tags(array( 'template' => $template, 'cal' => $cal, 'getdate' => $getdate, - 'cpath' => $cpath, + 'getcpath' => "&cpath=$cpath", + 'cpath' => $cpath, 'calendar_name' => $calendar_name, 'display_date' => $display_date, 'current_view' => $current_view, -- cgit v1.2.3