[Openfirst-cvscommit] base/config headers.php,1.17,1.18
Brought to you by:
xtimg
From: <dav...@us...> - 2003-08-22 05:43:33
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv16366 Modified Files: headers.php Log Message: Fixed error with pipe missin character after home link. Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/headers.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** headers.php 28 Jul 2003 01:30:21 -0000 1.17 --- headers.php 19 Aug 2003 20:48:46 -0000 1.18 *************** *** 54,58 **** <?php if(ISSET($headers)){ ! echo("» <a accesskey='h' href='$home'><u>H</u>ome</a>" . $headers); }else{ ?> --- 54,58 ---- <?php if(ISSET($headers)){ ! echo("» <a accesskey='h' href='$home'><u>H</u>ome</a> | " . $headers); }else{ ?> |