Use if-statement to choose stylesheet [SOLVED]
Posted: Sat Feb 12, 2011 1:40 pm
Hi,
I am trying to change site's css styles comparing which page are loaded.
Is there a smarty for choosing what stylesheet are used? For example if statement to head-section? I'd like to use only one template
{if $page_alias eq "home"}
{cms_stylesheet= SOMENTHIN}
{elseif $page_alias eq "gallery"}
{cms_stylesheet= SOMENTHIN}
{/if}
Thank you
Recon
I am trying to change site's css styles comparing which page are loaded.
Is there a smarty for choosing what stylesheet are used? For example if statement to head-section? I'd like to use only one template
{if $page_alias eq "home"}
{cms_stylesheet= SOMENTHIN}
{elseif $page_alias eq "gallery"}
{cms_stylesheet= SOMENTHIN}
{/if}
Thank you
Recon