[geeklog-cvs] Geeklog-1.x/public_html/admin configuration.php, 1.6, 1.7

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 26 06:59:38 EST 2008


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

Modified Files:
	configuration.php 
Log Message:
Added an "Admin Home" link to the configuration screen


Index: configuration.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/configuration.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** configuration.php	26 Jan 2008 10:51:08 -0000	1.6
--- configuration.php	26 Jan 2008 11:59:36 -0000	1.7
***************
*** 42,48 ****
  function configmanager_menu()
  {
!     global $config, $conf_group, $LANG01, $LANG_config, $LANG_configsubgroups;
  
      $retval = COM_startBlock($LANG01[131], '', 'blockheader.thtml');
  
      $groups = $config->_get_groups();
--- 42,51 ----
  function configmanager_menu()
  {
!     global $_CONF, $config, $conf_group,
!            $LANG01, $LANG_ADMIN, $LANG_config, $LANG_configsubgroups;
  
      $retval = COM_startBlock($LANG01[131], '', 'blockheader.thtml');
+     $retval .= '<div><a href="' . $_CONF['site_admin_url'] . '">'
+             . $LANG_ADMIN['admin_home'] . '</a></div>';
  
      $groups = $config->_get_groups();




More information about the geeklog-cvs mailing list