diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-15 22:57:05 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-15 22:57:05 +0000 |
| commit | dce7e4c2b82ce4cc99ac2042f765e68c0c97e92b (patch) | |
| tree | 5e0e17f505b9c7bfe7c9b0add4f5af63419383b0 /phpBB/templates/subSilver | |
| parent | d9dcb502a96744ce19127f92f08572a56a7bdf2a (diff) | |
| download | forums-dce7e4c2b82ce4cc99ac2042f765e68c0c97e92b.tar forums-dce7e4c2b82ce4cc99ac2042f765e68c0c97e92b.tar.gz forums-dce7e4c2b82ce4cc99ac2042f765e68c0c97e92b.tar.bz2 forums-dce7e4c2b82ce4cc99ac2042f765e68c0c97e92b.tar.xz forums-dce7e4c2b82ce4cc99ac2042f765e68c0c97e92b.zip | |
Enable/Disable online listing + time online
git-svn-id: file:///svn/phpbb/trunk@3841 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/index_body.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/index_body.html b/phpBB/templates/subSilver/index_body.html index faab6f0f67..f4ab35de3e 100644 --- a/phpBB/templates/subSilver/index_body.html +++ b/phpBB/templates/subSilver/index_body.html @@ -40,7 +40,7 @@ <!-- ENDIF --> <!-- BEGINELSE --> <tr> - <td class="row1" colspan="5" height="28" align="center">{L_NO_FORUMS}</td> + <td class="row1" colspan="5" height="28" align="center"><span class="gensmall">{L_NO_FORUMS}</span></td> </tr> <!-- END forumrow --> </table> @@ -54,6 +54,7 @@ <br clear="all" /> +<!-- IF S_DISPLAY_ONLINE_LIST --> <table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> <tr> <td class="cat" colspan="2" height="28"><a class="cattitle" href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td> @@ -68,6 +69,7 @@ </tr> <!-- ENDIF --> </table> +<!-- ENDIF --> <!-- IF not S_USER_LOGGED_IN --> <form method="post" action="{S_LOGIN_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="3" border="0"> |
