[Openfirst-cvscommit] base/config first.php,1.16,1.17
Brought to you by:
xtimg
From: <dav...@us...> - 2003-08-20 03:57:58
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv16254 Modified Files: first.php Log Message: Fixed header problem. Index: first.php =================================================================== RCS file: /cvsroot/openfirst/base/config/first.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** first.php 15 Aug 2003 18:04:05 -0000 1.16 --- first.php 19 Aug 2003 20:47:59 -0000 1.17 *************** *** 118,122 **** // If it is the current module then color the item if (\$currentmodule == \$module->modulename){ ! \$headers .= \" | » <font color='red'><b><a class='menu' href='\$basepath/\$module->modulename'>\".ucwords(\$module->modulename).\"</a></b></font>\"; // Declare important variables so that headers can pick them up and preview them --- 118,122 ---- // If it is the current module then color the item if (\$currentmodule == \$module->modulename){ ! \$headers .= \" » <font color='red'><u><a class='menu' href='\$basepath/\$module->modulename'>\".ucwords(\$module->modulename).\"</a></u></font> |\"; // Declare important variables so that headers can pick them up and preview them |