{% if S_USER_LOGGED_IN %}Content for logged in users{% endif %}and the opposite
{% if not S_USER_LOGGED_IN %}Content for NOT logged in users{% endif %}Used in the templates
Statistics: Posted by Stoker 4.0 — Tue May 06, 2025 4:14 am
{% if S_USER_LOGGED_IN %}Content for logged in users{% endif %}{% if not S_USER_LOGGED_IN %}Content for NOT logged in users{% endif %}Statistics: Posted by Stoker 4.0 — Tue May 06, 2025 4:14 am