[geeklog-cvs] geeklog-1.3/public_html calendar_event.php,1.28,1.29

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon May 17 13:50:49 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv12913/public_html

Modified Files:
	calendar_event.php 
Log Message:
It's now possible to use {event_type} and {lang_event_type} in the calendar/eventdetails.thtml template file.


Index: calendar_event.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/calendar_event.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** calendar_event.php	16 May 2004 19:14:15 -0000	1.28
--- calendar_event.php	17 May 2004 17:50:47 -0000	1.29
***************
*** 586,589 ****
--- 586,591 ----
                  $cal_templates->set_var('lang_description', $LANG02[5]);
                  $cal_templates->set_var('event_description', stripslashes ($A['description']));
+                 $cal_templates->set_var('lang_event_type', $LANG12[49]);
+                 $cal_templates->set_var('event_type', $A['event_type']);
                  $cal_templates->parse('event_details', 'details', true); 
                  //$cal_templates->parse('output','events');




More information about the geeklog-cvs mailing list