1
How can I identify in template if it is registered user or not. I don't have experience in smarty.
I was trying:
<{if $xoopsUser}>
html I need for registered ppl.
<{elseif !$xoopsUser}>
the other part of html for not registered pll.
<{/if}>
But It didn't work. May be $xoopsUser is wrong variable I use?
Can anybody help me?