|
From: Paul S. O. <ps...@us...> - 2001-12-14 01:44:30
|
Update of /cvsroot/phpbb/phpBB2/templates/Euclid
In directory usw-pr-cvs1:/tmp/cvs-serv21792/templates/Euclid
Modified Files:
overall_header.tpl
Log Message:
Updates to remove search new for anonymous users ... will soon become pointless
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/Euclid/overall_header.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** overall_header.tpl 2001/12/10 14:48:11 1.3
--- overall_header.tpl 2001/12/14 00:47:29 1.4
***************
*** 87,91 ****
<td width="100%"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
! <td><span class="gensmall">{LAST_VISIT_DATE} / <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></span></td>
<td align="right"><span class="gensmall">{CURRENT_TIME}</span></td>
</tr>
--- 87,95 ----
<td width="100%"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
! <td><span class="gensmall">
! <!-- BEGIN switch_user_logged_in -->
! {LAST_VISIT_DATE} / <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
! <!-- END switch_user_logged_in -->
! </span></td>
<td align="right"><span class="gensmall">{CURRENT_TIME}</span></td>
</tr>
|