mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
hide login boxes for search engines - #43565
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9442 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e35b5c26e6
commit
b594108883
3 changed files with 6 additions and 6 deletions
|
@ -75,7 +75,7 @@
|
|||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
|
||||
<!-- IF not S_USER_LOGGED_IN -->
|
||||
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
||||
|
||||
<form action="{S_LOGIN_ACTION}" method="post">
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- IF not S_USER_LOGGED_IN -->
|
||||
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
||||
<br clear="all" />
|
||||
|
||||
<form method="post" action="{S_LOGIN_ACTION}">
|
||||
|
|
|
@ -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 />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue