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

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 17 03:50:19 EST 2008


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

Modified Files:
	config.class.php 
Log Message:
Removed dropline menu CSS and images


Index: config.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/config.class.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** config.class.php	17 Feb 2008 08:31:36 -0000	1.25
--- config.class.php	17 Feb 2008 08:50:17 -0000	1.26
***************
*** 475,481 ****
          }
  
!         // Output the result and add the required CSS for the dropline menu
!         $cssfile = '<link rel="stylesheet" type="text/css" href="'.$_CONF['layout_url'] .'/droplinemenu.css" ' . XHTML .'>' . LB;
!         $display  = COM_siteHeader('none','Configuration Manager',$cssfile);
          $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', 'Configuration Manager');
          $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