diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-22 14:00:00 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-22 14:00:00 +0000 |
commit | 7ce7400bc66dcfc1c173f13be9cd9417fccadec1 (patch) | |
tree | 1b8b8b717cd434c891957d3024961b480dfbe7b7 /phpBB/templates/subSilver/index_body.html | |
parent | 904931d706bc75eca029e93dca18e5974a5d9572 (diff) | |
download | forums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.tar forums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.tar.gz forums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.tar.bz2 forums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.tar.xz forums-7ce7400bc66dcfc1c173f13be9cd9417fccadec1.zip |
Various other changes ... hopefully Ashe won't kill me for playing with the new mcp styles
git-svn-id: file:///svn/phpbb/trunk@3504 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/index_body.html')
-rw-r--r-- | phpBB/templates/subSilver/index_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/index_body.html b/phpBB/templates/subSilver/index_body.html index 82897c2faa..c659dd971b 100644 --- a/phpBB/templates/subSilver/index_body.html +++ b/phpBB/templates/subSilver/index_body.html @@ -5,7 +5,7 @@ <td width="100%" align="left" valign="bottom"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="left" valign="bottom"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span><br /><br /><a class="nav" href="{U_INDEX}">{L_INDEX}</a></td> - <td class="gensmall" align="right" valign="bottom"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br /><!-- ENDIF --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br /><br /><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br /><!-- ENDIF -->{CURRENT_TIME}</td> + <td class="gensmall" align="right" valign="top"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br /><!-- ENDIF --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></td> </tr> </table></td> </tr> |