I need help to do a code that doesnt show an other in certains pages.
For Example:
I need that this code not show in Home.
I use this:
{if $pagetitle != 'Inicio'}
XXXXXXX
{/if}
How Can I do for not show in more pages for example Test and Test1.
I tried this, but not work:
{if $pagetitle != 'Inicio' || $pagetitle != 'Test'}
XXXXXXX
{/if}