Page 1 of 1

[SOLVED] Let div appear only on Home page

Posted: Wed Dec 21, 2011 2:08 pm
by hdriezen
Hi all,

I want a div (with an image in it) to appear only on the home-page, so I put in the page-template:

Code: Select all

{if $node->id == 'Home'}<div id="test">TEST</div> {/if}
Nothing happens, so (again :-[ ) I must be overlooking something.

Any help is of course much appreciated!

Regards,

Hans

CMSMS 1.10.2

Re: Let div appear only on Home page

Posted: Wed Dec 21, 2011 3:02 pm
by Rolf
if $page_alias...

Rolf ;)

Re: Let div appear only on Home page

Posted: Wed Dec 21, 2011 3:38 pm
by hdriezen
Thanks a lot Rolf ;D !

Hans