PDA

View Full Version : text just on the homepage


toolman
06-17-2006, 04:55 PM
Hi

Is it possible to add text just to the homepage and not on the other pages?

Thanks

anon
06-17-2006, 05:52 PM
Edit your main.tpl

{if $category.ID eq 0}
the text for ONLY your homepage goes here
{else}
everything else goes here
{/if}

toolman
06-17-2006, 06:05 PM
excellent! Many thanks!!