Update of /cvsroot/phpmp/phpMP/templates/BlueMP
In directory sc8-pr-cvs1:/tmp/cvs-serv25806/templates/BlueMP
Modified Files:
header.html
Log Message:
Eliminated a double-slash in the link attached to the logo. - GPHemsley
Index: header.html
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/BlueMP/header.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** header.html 29 Jun 2003 06:09:40 -0000 1.3
--- header.html 29 Jun 2003 20:28:24 -0000 1.4
***************
*** 13,16 ****
<div id="container">
! <div id="logo"><a href="{C_REL_PATH}/index.php"><img src="{C_REL_PATH}templates/{C_TEMPLATE}/images/phpMP_logo.png" width="252" height="78" alt="" /></a></div>
<div id="logininfo"><a href="login">{L_LOGIN}</a> - <a href="register">{L_REGISTER}</a></div>
--- 13,16 ----
<div id="container">
! <div id="logo"><a href="{C_REL_PATH}index.php"><img src="{C_REL_PATH}templates/{C_TEMPLATE}/images/phpMP_logo.png" width="252" height="78" alt="" /></a></div>
<div id="logininfo"><a href="login">{L_LOGIN}</a> - <a href="register">{L_REGISTER}</a></div>
|