[geeklog-cvs] Geeklog-1.x/public_html/calendar index.php, 1.18, 1.18.2.1

Dirk Haun dhaun at qs1489.pair.com
Sun Jun 17 03:38:07 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/calendar
In directory qs1489.pair.com:/tmp/cvs-serv63375/public_html/calendar

Modified Files:
      Tag: geeklog_1_4_1_1
	index.php 
Log Message:
Removed extra slashes from the template paths (ported over from the trunk)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/calendar/index.php,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -C2 -d -r1.18 -r1.18.2.1
*** index.php	4 Sep 2006 07:40:33 -0000	1.18
--- index.php	17 Jun 2007 07:38:05 -0000	1.18.2.1
***************
*** 9,13 ****
  // | Geeklog calendar plugin                                                   |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog calendar plugin                                                   |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 485,489 ****
  switch ($view) {
  case 'day':
!     $cal_templates = new Template($_CONF['path'] . '/plugins/calendar/templates/dayview');
      $cal_templates->set_file(array('column'=>'column.thtml',
                                     'event'=>'singleevent.thtml',
--- 485,489 ----
  switch ($view) {
  case 'day':
!     $cal_templates = new Template($_CONF['path'] . 'plugins/calendar/templates/dayview');
      $cal_templates->set_file(array('column'=>'column.thtml',
                                     'event'=>'singleevent.thtml',
***************
*** 616,620 ****
  
  case 'week':
!     $cal_templates = new Template($_CONF['path'] . '/plugins/calendar/templates');
      $cal_templates->set_file(array('week'=>'weekview/weekview.thtml',
                                     'events'=>'weekview/events.thtml',
--- 616,620 ----
  
  case 'week':
!     $cal_templates = new Template($_CONF['path'] . 'plugins/calendar/templates');
      $cal_templates->set_file(array('week'=>'weekview/weekview.thtml',
                                     'events'=>'weekview/events.thtml',
***************
*** 788,792 ****
  // Load templates
  
! $cal_templates = new Template($_CONF['path'] . '/plugins/calendar/templates');
  $cal_templates->set_file (array (
          'calendar'    => 'calendar.thtml',
--- 788,792 ----
  // Load templates
  
! $cal_templates = new Template($_CONF['path'] . 'plugins/calendar/templates');
  $cal_templates->set_file (array (
          'calendar'    => 'calendar.thtml',




More information about the geeklog-cvs mailing list