Page 1 of 1

displaying content on specified pages via template?

Posted: Sun Sep 23, 2007 4:20 pm
by toolman
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?

Re: displaying content on specified pages via template?

Posted: Sun Sep 23, 2007 4:29 pm
by tsw
{if $page_alias eq "yourpagealias"}
  something here
{/if}