diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-04 18:20:13 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-01-04 18:20:13 +0000 |
commit | 4cbcf22b7894e70f60cf47e19738bc8b7ed7d641 (patch) | |
tree | c8d483c2241660850ff44ccb3664036dd0b75946 | |
parent | ee8a014a8d2c6252279cab22d24575a477a6583d (diff) | |
download | forums-4cbcf22b7894e70f60cf47e19738bc8b7ed7d641.tar forums-4cbcf22b7894e70f60cf47e19738bc8b7ed7d641.tar.gz forums-4cbcf22b7894e70f60cf47e19738bc8b7ed7d641.tar.bz2 forums-4cbcf22b7894e70f60cf47e19738bc8b7ed7d641.tar.xz forums-4cbcf22b7894e70f60cf47e19738bc8b7ed7d641.zip |
Uncomment links
git-svn-id: file:///svn/phpbb/trunk@4715 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/subSilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index 09772bed0b..c6b14757b1 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -69,7 +69,7 @@ function jumpto() <div id="info"><table width="100%" cellspacing="0"> <tr> <td><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td> - <!-- td align="center"><-- IF S_USER_LOGGED_IN -- ><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> | <-- ENDIF -- ><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></td --> + <td align="center"><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> | <!-- ENDIF --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></td> <td align="right">{CURRENT_TIME}<br /></td> </tr> </table></div> |