diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-14 00:47:29 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-14 00:47:29 +0000 |
| commit | c4e753e74aebe41281d19fc853c2850eb514bfc1 (patch) | |
| tree | 90a2f17c7cfdb5aa51317d5303fd5885351ea69a /phpBB/templates/subSilver | |
| parent | 039229d3eba20d00e3de8944e06d0810429fdbf2 (diff) | |
| download | forums-c4e753e74aebe41281d19fc853c2850eb514bfc1.tar forums-c4e753e74aebe41281d19fc853c2850eb514bfc1.tar.gz forums-c4e753e74aebe41281d19fc853c2850eb514bfc1.tar.bz2 forums-c4e753e74aebe41281d19fc853c2850eb514bfc1.tar.xz forums-c4e753e74aebe41281d19fc853c2850eb514bfc1.zip | |
Updates to remove search new for anonymous users ... will soon become pointless
git-svn-id: file:///svn/phpbb/trunk@1559 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/index_body.tpl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/index_body.tpl b/phpBB/templates/subSilver/index_body.tpl index d8265135b1..782f293d57 100644 --- a/phpBB/templates/subSilver/index_body.tpl +++ b/phpBB/templates/subSilver/index_body.tpl @@ -3,12 +3,16 @@ <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> - <td align="left" valign="bottom"><span class="gensmall">{LAST_VISIT_DATE}<br />{CURRENT_TIME}<br /><br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> + <td align="left" valign="bottom"><span class="gensmall"> + <!-- BEGIN switch_user_logged_in --> + {LAST_VISIT_DATE}<br /> + <!-- END switch_user_logged_in --> + {CURRENT_TIME}<br /><br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> <td align="right" valign="bottom" class="gensmall"> <!-- BEGIN switch_user_logged_in --> - <a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br /> + <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br /> <!-- END switch_user_logged_in --> - <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a><br /><a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a></td> + <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td> </tr> </table> |
