Report#65: Bots can see the user menu

This commit is contained in:
Kevin
2008-02-10 17:08:59 +00:00
parent 9677f7029b
commit c5a787cff0
2 changed files with 4 additions and 4 deletions

View File

@@ -169,11 +169,11 @@ small, .small {
<!-- IF S_DISPLAY_USERMENU -->
<!-- IF not S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/login_box.html -->
<!-- INCLUDE portal/block/login_box.html -->
<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/user_menu.html -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/user_menu.html -->
<!-- ENDIF -->
<!-- ENDIF -->