If Specific Page in Smarty
Posted: Wed Dec 01, 2010 9:43 am
How do I make a conditional tag in Smarty for a specific page.
I tried this, but it didn't work.
Any ideas?
I tried this, but it didn't work.
Code: Select all
{if $content_obj->mName eq 'MY_PAGE'}
{MY_UDT}
{/if}