|
From: Jonathan H. <the...@us...> - 2001-12-28 16:15:05
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv27449
Modified Files:
login_body.tpl
Log Message:
Fix for Bug # 496852
Index: login_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/login_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** login_body.tpl 2001/11/18 14:01:35 1.5
--- login_body.tpl 2001/12/28 16:15:02 1.6
***************
*** 4,8 ****
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" class="nav"><a href="{U_INDEX}" class="nav"{{L_INDEX}</a></td>
</tr>
</table>
--- 4,8 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
</tr>
</table>
|