[Openfirst-cvscommit] base/config globals.tpl,1.4,1.5
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-03-13 19:22:30
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28385/config Modified Files: globals.tpl Log Message: More misunderstanding stuff Index: globals.tpl =================================================================== RCS file: /cvsroot/openfirst/base/config/globals.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** globals.tpl 13 Mar 2005 01:43:42 -0000 1.4 --- globals.tpl 13 Mar 2005 19:22:21 -0000 1.5 *************** *** 101,105 **** // 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 --- 101,105 ---- // If it is the current module then color the item if ($currentmodule == $module->modulename){ ! $headers .= " » <font color='red'><u><a class='menu' href='$home$basepath/$module->modulename'>".ucwords($module->modulename)."</a></u></font> |"; // Declare important variables so that headers can pick them up and preview them |