Jump to content

Edit History

Nishith Nesdiya

Nishith Nesdiya

Hi..
use this condition your template file.

 


{if $page.page_name != 'index'}
 //here is your code
{/if}

 

Nishith Nesdiya

Nishith Nesdiya

Hi..
use this condition your template file.

 



{if $page.page_name == 'index'}
 //here is your code
{/if}

 

Nishith Nesdiya

Nishith Nesdiya

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}

 

×
×
  • Create New...