Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24490/config
Modified Files:
headers.php
Log Message:
Correction from misinterpretation of $home and $basepath
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** headers.php 1 Sep 2003 17:29:45 -0000 1.19
--- headers.php 13 Mar 2005 19:09:16 -0000 1.20
***************
*** 48,56 ****
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
! <td> <img src="<?php echo("$basepath/images/"); ?>openfirst.png" alt="openFIRST Portal System">
</td>
</tr>
<tr>
! <th id="topmenu" style="background-image: url('<?php echo($basepath); ?>/images/back.gif');">
<?php
if(ISSET($headers)){
--- 48,56 ----
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
! <td> <img src="<?php echo("$home$basepath/images/"); ?>openfirst.png" alt="openFIRST Portal System">
</td>
</tr>
<tr>
! <th id="topmenu" style="background-image: url('<?php echo("$home$basepath"); ?>/images/back.gif');">
<?php
if(ISSET($headers)){
|