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

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

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/links/index.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** index.php	22 Apr 2007 04:52:05 -0000	1.42
--- index.php	5 Aug 2007 08:05:08 -0000	1.43
***************
*** 358,362 ****
                        'has_extras'   => true,
                        'title' => $LANG_LINKS_ADMIN[11], 'instructions' => $LANG_LINKS_ADMIN[12],
!                       'icon' => $_CONF['site_url'] . '/links/images/links.png',
                        'form_url' => $_CONF['site_admin_url'] . "/plugins/links/index.php$validate");
  
--- 358,362 ----
                        'has_extras'   => true,
                        'title' => $LANG_LINKS_ADMIN[11], 'instructions' => $LANG_LINKS_ADMIN[12],
!                       'icon' => plugin_geticon_links(),
                        'form_url' => $_CONF['site_admin_url'] . "/plugins/links/index.php$validate");
  




More information about the geeklog-cvs mailing list