1
I've created my own user and content menus (using iContent) and now at the last step of adding the Admiistration menu for those who are permissioned.
However when I add the code in my custom block:
<{if $xoops_isadmin}>
<{$block.lang_adminmenu}>
<{/if}>
It doesnt render as the standard menus do. When editing my custom block should I chose something other than HTML? If I choose PHP, can I accomplish the same thing?
Regards,
Kurt