1
I want to make a button that will lead to admin section from the main screen, but i want to hide it from all other users. Is there any smarty tag that can help me? Like
<{if !$xoops_isuser}>.
For example maybe
<{if !$xoops_
USERISADMIN}>
../admin.php<{else}> <{/if}>
it's too complicated, but maybe you got it? or where can i read all such tags?
thnx beforehand.