Hi all, I have created a test page test.html, which is called from a php page, that basically looks like this: <!-- INCLUDE overall_header.html --> <!-- IF S_USER_LOGGED_IN and not S_IS_BOT --> Text text text <!-- ENDIF --> <!-- INCLUDE overall_footer.html --> When I am logged in I see the text, whe...