Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv439/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.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** globals.tpl 13 Mar 2005 19:22:21 -0000 1.5
--- globals.tpl 13 Mar 2005 19:38:46 -0000 1.6
***************
*** 109,113 ****
} else {
! $headers .= " » <a class='menu' href='$basepath/$module->modulename'>".ucwords($module->modulename)."</a> |";
}
}
--- 109,113 ----
} else {
! $headers .= " » <a class='menu' href='$home$basepath/$module->modulename'>".ucwords($module->modulename)."</a> |";
}
}
|