Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv5006
Modified Files:
first.php headers.php
Log Message:
Add 'home' option to menu
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** first.php 29 Jun 2003 03:33:23 -0000 1.14
--- first.php 29 Jun 2003 04:09:42 -0000 1.15
***************
*** 116,120 ****
// 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
--- 116,120 ----
// 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
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** headers.php 29 Jun 2003 04:02:24 -0000 1.15
--- headers.php 29 Jun 2003 04:09:42 -0000 1.16
***************
*** 54,58 ****
<?php
if(ISSET($headers)){
! echo $headers;
}else{
?>
--- 54,58 ----
<?php
if(ISSET($headers)){
! echo("» <a accesskey='h' href='$home'><u>H</u>ome</a>" . $headers);
}else{
?>
|