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

Blaine Lang blaine at qs1489.pair.com
Sun Jan 13 16:47:33 EST 2008


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

Modified Files:
	config.class.php 
Log Message:
Changes to support using a leftblock menu for the configmanager menu.
Note: I will clean this up if this approach is accepted as the final solution.

Index: config.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/config.class.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** config.class.php	6 Jan 2008 09:56:37 -0000	1.14
--- config.class.php	13 Jan 2008 21:47:31 -0000	1.15
***************
*** 415,419 ****
          // 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);
          if ($change_result != null AND $change_result !== array() ) {
              $t->set_var('change_block',$this->_UI_get_change_block($change_result));
--- 415,419 ----
          // 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(array('configmanager_menu'),'Configuration Manager',$cssfile);
          if ($change_result != null AND $change_result !== array() ) {
              $t->set_var('change_block',$this->_UI_get_change_block($change_result));




More information about the geeklog-cvs mailing list