|
From: Paul S. O. <ps...@us...> - 2001-12-24 17:17:55
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv25411/templates/subSilver
Modified Files:
profile_view_body.tpl
Log Message:
Update to go along with fix for bug #493673, fix for profile will go in CVS shortly
Index: profile_view_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** profile_view_body.tpl 2001/12/24 16:45:56 1.9
--- profile_view_body.tpl 2001/12/24 17:17:52 1.10
***************
*** 34,38 ****
<tr>
<td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td>
! <td><b><span class="gen">{WEBSITE_IMG}</span></b></td>
</tr>
<tr>
--- 34,38 ----
<tr>
<td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td>
! <td><span class="gen"><b>{WEBSITE}</b></span></td>
</tr>
<tr>
|