[Openfirst-cvscommit] base/config footers.php,1.7,1.8
Brought to you by:
xtimg
From: <dav...@us...> - 2003-11-01 18:18:57
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv26665 Modified Files: footers.php Log Message: Added easy link to admin area. Index: footers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/footers.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** footers.php 13 Sep 2003 15:32:31 -0000 1.7 --- footers.php 1 Nov 2003 18:18:54 -0000 1.8 *************** *** 9,13 **** <td class="menu" style="background=image: url('<?php echo("$basepath/images/"); ?>back-light.gif');"> <div> ! <div align="center">© Copyright 2002-2003 by <?php echo $title; ?>. All rights reserved.</div> </div> </td> --- 9,14 ---- <td class="menu" style="background=image: url('<?php echo("$basepath/images/"); ?>back-light.gif');"> <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> |