| I got it myself |
| by antah on 2004/1/16 0:09:03 thnx, i found it @ http://wiki.xoops.org/wakka.php?wakka=SmartyVariables <{$xoops_isadmin}> that was easy... sorry |
| Where can I find smarties collection? |
| by antah on 2004/1/16 0:05:35 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}><a href="xxx">../admin.php</a> <{else}> <{/if}> it's too complicated, but maybe you got it? or where can i read all such tags? thnx beforehand. |