From ce31263a513b60e1ee5f68060a89d9dcd735cf77 Mon Sep 17 00:00:00 2001 From: rWatcher Date: Sun, 7 Feb 2010 23:47:15 -0500 Subject: [PATCH] We don't need this anymore. --- .../calendarview/views/kohana_calendar.php | 56 ------------------- 1 file changed, 56 deletions(-) delete mode 100644 modules/calendarview/views/kohana_calendar.php diff --git a/modules/calendarview/views/kohana_calendar.php b/modules/calendarview/views/kohana_calendar.php deleted file mode 100644 index 48d6d5d1..00000000 --- a/modules/calendarview/views/kohana_calendar.php +++ /dev/null @@ -1,56 +0,0 @@ - date('n', $prev), 'year' => date('Y', $prev)))); -$next = Router::$current_uri.'?'.http_build_query(array_merge($qs, array('month' => date('n', $next), 'year' => date('Y', $next)))); - -?> - - - - - - - - - - - -
  • '.implode('
  • ', $data['output']).'
  • '; -} -else -{ - $classes = array(); - $output = ''; -} - -?> - - - - - - - - -
    -"> -