[geeklog-cvs] geeklog-1.3/public_html calendar_event.php,1.25,1.26

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sat Aug 30 12:39:16 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory geeklog_prod:/tmp/cvs-serv28450

Modified Files:
	calendar_event.php 
Log Message:
A few more declarations of {layout_url} can't hurt ...


Index: calendar_event.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/calendar_event.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** calendar_event.php	16 Jun 2003 09:11:22 -0000	1.25
--- calendar_event.php	30 Aug 2003 16:39:13 -0000	1.26
***************
*** 60,63 ****
--- 60,64 ----
          $cal_template->set_file(array('addevent'=>'addevent.thtml'));
          $cal_template->set_var('site_url', $_CONF['site_url']);
+         $cal_template->set_var('layout_url', $_CONF['layout_url']);
          $cal_template->set_var('intro_msg', $LANG02[8]);
          $cal_template->set_var('lang_event', $LANG02[12]);
***************
*** 153,156 ****
--- 154,158 ----
      $cal_templates->set_file('form','editpersonalevent.thtml');
      $cal_templates->set_var('site_url', $_CONF['site_url']);
+     $cal_templates->set_var('layout_url', $_CONF['layout_url']);
      $cal_templates->set_var('lang_title', $LANG12[10]);
      $cal_templates->set_var('event_title', stripslashes ($A['title']));
***************
*** 438,441 ****
--- 440,444 ----
          $cal_templates->set_var('event_details','');
          $cal_templates->set_var('site_url', $_CONF['site_url']);
+         $cal_templates->set_var('layout_url', $_CONF['layout_url']);
          $cal_templates->parse('output','events');
          $display .= $cal_templates->finish($cal_templates->get_var('output'));
***************
*** 457,460 ****
--- 460,464 ----
                  $cal_templates->set_var('event_title', stripslashes($A['title']));
                  $cal_templates->set_var('site_url', $_CONF['site_url']);
+                 $cal_templates->set_var('layout_url', $_CONF['layout_url']);
                  if (!empty($A['url'])) {
                      $cal_templates->set_var('event_begin_anchortag', '<a href="'.$A['url'].'">');





More information about the geeklog-cvs mailing list