[Openfirst-cvscommit] base/config footers.php,1.9,1.10
Brought to you by:
xtimg
From: <i-...@us...> - 2003-11-02 21:15:26
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv28246/config Modified Files: footers.php Log Message: Minor bug fixes Index: footers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/footers.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** footers.php 1 Nov 2003 18:23:33 -0000 1.9 --- footers.php 2 Nov 2003 21:15:23 -0000 1.10 *************** *** 10,14 **** <div> <div align="center">© Copyright 2002-2003 by <?php echo $title; ?>. ! All rights reserved.<?php if($user->membertype == "administrator"){ echo "<br><br>[ <a href='$home$basepath/config/index.php'>Administrator Options/ Configuration Area</a> ]"; } ?></div> </div> </td> --- 10,14 ---- <div> <div align="center">© Copyright 2002-2003 by <?php echo $title; ?>. ! All rights reserved.<?php if(isset($user->membertype)){if($user->membertype == "administrator"){ echo "<br><br>[ <a href='$basepath/config/index.php'>Administrator Options / Configuration Area</a> ]"; }} ?></div> </div> </td> |