1
I use the smart tag below to display some content on the home page but when I go to register.php, user.php, edituser.php, notifications.php, viewmsg.php the content shows up. Apparently because they are all part of the system.
What command can I use to make the content show only on the home page?
Thanks
<{if $xoops_dirname == "system"}>Show This<{else}>Show That<{/if}>