It looks like you're new here. If you want to get involved, click one of these buttons!
{if}..{/if} tags.{if $Path == ''}...{/if}
or
{if $BodyID == 'vanilla_discussions_index'}...{/if}
$Path Shows the path the user entered in the browser. $BodyID maps to the application_controller_method being called. If you don't know what to compare to you can just output the variables in default.master.tpl and browse around your applicaiton like this:
BodyID: {$BodyID}, Path: {$Path}
You can also see all of the data available to you with the {debug} tag. This will launch a popup so you may have to unblock it in your browser.{if} tag here.
Answers
- Spam
- Abuse
0 · Insightful Awesome LOL ·@Todd Thank you very much!!!!
- Spam
- Abuse
0 · Insightful Awesome LOL ·