[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/staticpages index.php, 1.81, 1.82

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/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv56890/staticpages

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/staticpages/index.php,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** index.php	13 Jan 2007 22:15:55 -0000	1.81
--- index.php	5 Aug 2007 08:05:08 -0000	1.82
***************
*** 397,401 ****
                         'title' => $LANG_STATIC['staticpagelist'],
                         'instructions' => $LANG_STATIC['instructions'],
!                        'icon' => $_CONF['site_url'] . '/staticpages/images/staticpages.png',
                         'form_url' => $_CONF['site_admin_url'] . "/plugins/staticpages/index.php");
  
--- 397,401 ----
                         'title' => $LANG_STATIC['staticpagelist'],
                         'instructions' => $LANG_STATIC['instructions'],
!                        'icon' => plugin_geticon_staticpages(),
                         'form_url' => $_CONF['site_admin_url'] . "/plugins/staticpages/index.php");
  




More information about the geeklog-cvs mailing list