Hi there,
Is it possible to display content depending on the page you are on in the template?
For example, I only want to display some text when the user is on page index.php?page=second-page
and not on the rest of the pages. Is this possible?
displaying content on specified pages via template?
Re: displaying content on specified pages via template?
{if $page_alias eq "yourpagealias"}
something here
{/if}
something here
{/if}

