View Single Post
  #2  
Old 10-11-2008, 06:39 AM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default Re: Day Specific Text

This should work:
PHP Code:
{if $smarty.now|date_format:"%u" eq 6} {* Saturday *}
Saturday stuff
{elseif $smarty.now|date_format:"%u" eq 7} {* Sunday *}
Sunday stuff
{/if} 
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote