diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-04-12 13:24:03 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-04-12 13:24:03 +0000 |
commit | b5941088831819e80c87be2785abc94be081a98d (patch) | |
tree | 4d42cb9d1e4b1ee3815a9053ce4c14943801c4e3 /phpBB/styles/subsilver2/template/viewforum_body.html | |
parent | e35b5c26e6a3f2a8a764899eb0b03495aac284e0 (diff) | |
download | forums-b5941088831819e80c87be2785abc94be081a98d.tar forums-b5941088831819e80c87be2785abc94be081a98d.tar.gz forums-b5941088831819e80c87be2785abc94be081a98d.tar.bz2 forums-b5941088831819e80c87be2785abc94be081a98d.tar.xz forums-b5941088831819e80c87be2785abc94be081a98d.zip |
hide login boxes for search engines - #43565
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9442 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewforum_body.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index c4375b6415..f0b2699471 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -111,7 +111,7 @@ </tr> </table> - <!-- IF not S_USER_LOGGED_IN --> + <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT --> <br /><br /> @@ -125,7 +125,7 @@ <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> </tr> </table> - + </form> <!-- ENDIF --> @@ -298,7 +298,7 @@ <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td> <td> </td> <td style="text-align: center;">{FOLDER_STICKY_IMG}</td> - <td class="gensmall">{L_ICON_STICKY}</td> + <td class="gensmall">{L_ICON_STICKY}</td> </tr> <tr> <td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td> |