Update of /cvsroot/phpmp/phpMP/templates/BlueMP
In directory sc8-pr-cvs1:/tmp/cvs-serv14401/templates/BlueMP
Modified Files:
header.html
Log Message:
Fixing double-slashing.
Index: header.html
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/BlueMP/header.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** header.html 29 Jun 2003 05:53:24 -0000 1.2
--- header.html 29 Jun 2003 06:09:40 -0000 1.3
***************
*** 7,11 ****
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
! <link rel="stylesheet" type="text/css" media="screen" href="{C_REL_PATH}/templates/{C_TEMPLATE}/css/base.css" />
</head>
--- 7,11 ----
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
! <link rel="stylesheet" type="text/css" media="screen" href="{C_REL_PATH}templates/{C_TEMPLATE}/css/base.css" />
</head>
***************
*** 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>
|