Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28598/config
Modified Files:
footers.php
Log Message:
More misunderstanding stuff
Index: footers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/footers.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** footers.php 2 Nov 2003 21:15:23 -0000 1.10
--- footers.php 13 Mar 2005 19:23:09 -0000 1.11
***************
*** 18,25 ****
<div>
<div align="right"><a href=
! "http://openfirst.sourceforge.net"><img src="<?php echo("$basepath/images/"); ?>poweredby-small.png"
width="177" height="30" border="0" alt="Powered by openFIRST Software - http://openfirst.sourceforge.net"></a><a href=
"http://validator.w3.org/check?uri=http%3A//openfirst.sourceforge.net/">
! <img src="<?php echo("$basepath/images/"); ?>w3c401.png" alt="Valid HTML 4.01" width="88" height="31"
border="0"></a> </div>
</div>
--- 18,25 ----
<div>
<div align="right"><a href=
! "http://openfirst.sourceforge.net"><img src="<?php echo("$home$basepath/images/"); ?>poweredby-small.png"
width="177" height="30" border="0" alt="Powered by openFIRST Software - http://openfirst.sourceforge.net"></a><a href=
"http://validator.w3.org/check?uri=http%3A//openfirst.sourceforge.net/">
! <img src="<?php echo("$home$basepath/images/"); ?>w3c401.png" alt="Valid HTML 4.01" width="88" height="31"
border="0"></a> </div>
</div>
|