Hi guys,
I am looking for a code that displays only in home.php
example:
Quote:
{if current page = home.php }
{ include file="some file " }
{/if}
|
I know php, but am new to smarty..
Basically what I did was I inserted an image tpl right before "welcome" text, but now, the image tpl appears in every page including category page and each individual item page...
How can I just display on home.php?