From d6614cb1ecee17fd6de0d97376b3fec9bd1be3ed Mon Sep 17 00:00:00 2001 From: Ice Date: Wed, 13 Aug 2008 12:18:49 +0000 Subject: [PATCH] Parse fix --- root/portal/block/mini_cal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/portal/block/mini_cal.php b/root/portal/block/mini_cal.php index da6d9951..778b56bb 100644 --- a/root/portal/block/mini_cal.php +++ b/root/portal/block/mini_cal.php @@ -141,8 +141,8 @@ $prev_qs = setQueryStringVal('m', $mini_cal_month -1); $next_qs = setQueryStringVal('m', $mini_cal_month +1); $down = $mini_cal_month - 1; $up = $mini_cal_month + 1; -$prev_month = 'theme['theme_path'] . '/theme/images/portal/mini_cal_icon_left_arrow.png" . '" title="' . $user->lang['View_previous_month'] . '" height="16" width="16" alt="<<" />'; -$next_month = 'theme['theme_path'] . '/theme/images/portal/mini_cal_icon_right_arrow.png" . '" title="' . $user->lang['View_next_month'] . '" height="16" width="16" alt=">>" />'; +$prev_month = '<<'; +$next_month = '>>'; $template->assign_vars(array( 'S_DISPLAY_MINICAL' => true,