I have a few different server modules, but I only want to show text in the Client Area to users who are using a specific server module. I think it is similar to this, but this is not correct:
Any idea what I'm doing wrong?
Code:
{if $servermodule eq "servermod-name"}
show info to this user
{else}
show other info to user not using this server module...
{/if}