[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/polls index.php, 1.41, 1.42

Dirk Haun dhaun at qs1489.pair.com
Sun Aug 5 04:05:10 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls
In directory qs1489.pair.com:/tmp/cvs-serv56890/polls

Modified Files:
	index.php 
Log Message:
Use plugin's geticon function


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/index.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** index.php	16 Jan 2007 04:02:25 -0000	1.41
--- index.php	5 Aug 2007 08:05:08 -0000	1.42
***************
*** 90,94 ****
                        'has_extras' => true,
                        'title' => $LANG25[18], 'instructions' => $LANG25[19],
!                       'icon' => $_CONF['site_url'] . '/polls/images/polls.png',
                        'form_url' => $_CONF['site_admin_url'] . "/plugins/polls/index.php");
  
--- 90,94 ----
                        'has_extras' => true,
                        'title' => $LANG25[18], 'instructions' => $LANG25[19],
!                       'icon' => plugin_geticon_polls(),
                        'form_url' => $_CONF['site_admin_url'] . "/plugins/polls/index.php");
  




More information about the geeklog-cvs mailing list