displaying content on specified pages via template?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
toolman
Forum Members
Forum Members
Posts: 51
Joined: Wed Sep 12, 2007 5:10 pm

displaying content on specified pages via template?

Post 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?
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: displaying content on specified pages via template?

Post by tsw »

{if $page_alias eq "yourpagealias"}
  something here
{/if}
Post Reply

Return to “CMSMS Core”