Avatar

Google AdSense (General)

by Alex ⌂, Thursday, February 04, 2010, 11:49 (5210 days ago) @ bboy1211

If something should be displayed only for not logged in users:

{if !$user}<p>Hi unknown user!</p>{/if}

If the code contains JavaScript you might need to enclose it in {literal}...{/literal}:

{if !$user}{literal}Code goes here ...{/literal}{/if}

Alex

locked
4789 views

Complete thread:

 RSS Feed of thread