Hi..
use this condition your template file.
{if $page.page_name != 'index'}
//here is your code
{/if}
Hi..
use this condition your template file.
{if $page.page_name != 'index'}
//here is your code
{/if}
Hi..
use this condition your template file.
{if $page.page_name == 'index'}
//here is your code
{/if}
Hi..
use this condition your template file.
//in ps >= 1.7
{if $page.page_name == 'index'}
//here is your code
{/if}
//in ps < 1.7
{if $page_name == 'index'}
//here is your code
{/if}