[Openfirst-cvscommit] base/config footers.php,1.8,1.9
Brought to you by:
xtimg
From: <dav...@us...> - 2003-11-01 18:23:36
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv27927 Modified Files: footers.php Log Message: The easy link was broken, it is now fixed in this update. Index: footers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/footers.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** footers.php 1 Nov 2003 18:18:54 -0000 1.8 --- footers.php 1 Nov 2003 18:23:33 -0000 1.9 *************** *** 10,14 **** <div> <div align="center">© Copyright 2002-2003 by <?php echo $title; ?>. ! All rights reserved.<br><?php if($user->membertype == "administrator"){ echo "[ <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($user->membertype == "administrator"){ echo "<br><br>[ <a href='$home$basepath/config/index.php'>Administrator Options/ Configuration Area</a> ]"; } ?></div> </div> </td> |