From 7eca7c6b5884f73526993ee513f6773f4f46cdd4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 20 Apr 2012 13:08:44 +0200 Subject: [PATCH] Add rel="nofollow" to calendar navigation --- root/portal/modules/portal_calendar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/portal/modules/portal_calendar.php b/root/portal/modules/portal_calendar.php index 2b56b789..f5d25218 100644 --- a/root/portal/modules/portal_calendar.php +++ b/root/portal/modules/portal_calendar.php @@ -95,8 +95,8 @@ class portal_calendar_module // output our general calendar bits $down = $mini_cal_month - 1; $up = $mini_cal_month + 1; - $prev_month = '<<'; - $next_month = '>>'; + $prev_month = '<<'; + $next_month = '>>'; $template->assign_block_vars('minical', array( 'S_SUNDAY_FIRST' => ($config['board3_sunday_first_' . $module_id]) ? true : false,