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}

Any help is of course much appreciated!
Regards,
Hans
CMSMS 1.10.2
Code: Select all
{if $node->id == 'Home'}<div id="test">TEST</div> {/if}