Update of /cvsroot/openfirst/base/style
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23844/style
Modified Files:
headers.php
Log Message:
Added class liteModule
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/style/headers.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** headers.php 26 May 2005 23:26:31 -0000 1.3
--- headers.php 27 May 2005 16:07:51 -0000 1.4
***************
*** 51,56 ****
// Check if module name has been set then echo
! if(isset($modulename)){
! echo "<b>$currentmodulen</b> -";
}
--- 51,56 ----
// Check if module name has been set then echo
! if(isset($CurrentModule)){
! echo '<b>'.htmlentities($CurrentModule->getName()).'</b> – ';
}
***************
*** 85,89 ****
?>
<tr>
! <td id="adminmenu"><b>Admin Options -</b>
<?php
// Print admin navigation bar
--- 85,89 ----
?>
<tr>
! <td id="adminmenu"><b>Admin Options</b> –
<?php
// Print admin navigation bar
|