Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15061
Modified Files:
first.php
Log Message:
Add link to report bugs to all admin menus. Hopefully this will cause bugs to be reported closer to their discovery time.
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** first.php 9 Apr 2004 20:00:09 -0000 1.34
--- first.php 9 Apr 2004 20:55:04 -0000 1.35
***************
*** 173,177 ****
// Declare important variables so that headers can pick them up and preview them
! \$adminnav = str_replace(\"\\\$basepath\", \$basepath, \$module->adminnavigation);
\$subnav = str_replace(\"\\\$basepath\", \$basepath, \$module->modulenavigation);
--- 173,177 ----
// 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);
|