[geeklog-cvs] Geeklog-1.x/plugins/calendar functions.inc, 1.61.2.2, 1.61.2.3

Dirk Haun dhaun at qs1489.pair.com
Sun Aug 5 03:55:42 EDT 2007


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

Modified Files:
      Tag: geeklog_1_4_1_1
	functions.inc 
Log Message:
Use plugin_geticon_calendar() to display the proper icon (ported over from the trunk)


Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/functions.inc,v
retrieving revision 1.61.2.2
retrieving revision 1.61.2.3
diff -C2 -d -r1.61.2.2 -r1.61.2.3
*** functions.inc	12 May 2007 19:56:13 -0000	1.61.2.2
--- functions.inc	5 Aug 2007 07:55:40 -0000	1.61.2.3
***************
*** 798,802 ****
                        'title' => $LANG_CAL_ADMIN[11],
                        'instructions' => $LANG_CAL_ADMIN[12],
!                       'icon' => $_CONF['site_url'] . '/calendar/images/calendar.' . $_IMAGE_TYPE,
                        'form_url' => $_CONF['site_admin_url'] . "/plugins/calendar/index.php");
  
--- 798,802 ----
                        'title' => $LANG_CAL_ADMIN[11],
                        'instructions' => $LANG_CAL_ADMIN[12],
!                       'icon' => plugin_geticon_calendar(),
                        'form_url' => $_CONF['site_admin_url'] . "/plugins/calendar/index.php");
  




More information about the geeklog-cvs mailing list