Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv19400
Modified Files:
footers.php
Log Message:
Added an hr bar accross the bottom.
Index: footers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/footers.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** footers.php 28 Jun 2003 19:06:39 -0000 1.6
--- footers.php 13 Sep 2003 15:32:31 -0000 1.7
***************
*** 3,7 ****
$basepath = "http://openfirst.sourceforge.net/";
}
! ?>
<table class="menu" width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
--- 3,8 ----
$basepath = "http://openfirst.sourceforge.net/";
}
! ?>
! <hr width="80%" size="1px" style="border:1px" noshade>
<table class="menu" width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
|