[geeklog-cvs] Geeklog-1.x/system/classes config.class.php, 1.26, 1.27

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 17 03:52:42 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes
In directory qs1489.pair.com:/tmp/cvs-serv44723/system/classes

Modified Files:
	config.class.php 
Log Message:
Moved hard-coded page title to the language file


Index: config.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/config.class.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** config.class.php	17 Feb 2008 08:50:17 -0000	1.26
--- config.class.php	17 Feb 2008 08:52:40 -0000	1.27
***************
*** 475,479 ****
          }
  
!         $display  = COM_siteHeader('none', 'Configuration Manager');
          $t->set_var('config_menu',$this->_UI_configmanager_menu($grp,$sg));
          if ($change_result != null AND $change_result !== array()) {
--- 475,479 ----
          }
  
!         $display  = COM_siteHeader('none', $LANG_CONF['title']);
          $t->set_var('config_menu',$this->_UI_configmanager_menu($grp,$sg));
          if ($change_result != null AND $change_result !== array()) {




More information about the geeklog-cvs mailing list