Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14217
Modified Files:
first.php
Log Message:
Add standardised divider.
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** first.php 12 Apr 2004 19:44:08 -0000 1.37
--- first.php 15 Apr 2004 00:41:22 -0000 1.38
***************
*** 179,183 ****
// Declare important variables so that headers can pick them up and preview them
! \$adminnav = str_replace(\"\\\$basepath\", \$basepath, \$module->adminnavigation) . \" <a href='http://bugzilla.openfirst.org'>Report Bug</a>\";
\$subnav = str_replace(\"\\\$basepath\", \$basepath, \$module->modulenavigation);
--- 179,183 ----
// Declare important variables so that headers can pick them up and preview them
! \$adminnav = str_replace(\"\\\$basepath\", \$basepath, \$module->adminnavigation) . \" | <a href='http://bugzilla.openfirst.org'>Report Bug</a>\";
\$subnav = str_replace(\"\\\$basepath\", \$basepath, \$module->modulenavigation);
|