View Single Post
  #35  
Old 10-23-2010, 02:19 AM
  Phoenixone's Avatar 
Phoenixone Phoenixone is offline
 

Advanced Member
  
Join Date: Feb 2010
Location: Portugal
Posts: 38
 

Default Re: X-Cart X-Mas Lights

hey guys, im wondering if you could help me?

im currently using this mod and its working great but i want to add something else that builds onto this.

and it got me thinking if i can alter certain parts of the site design for these ocasions that would be great so for instance:

X-mas
Valentines day
Mothers day
fathers day
holloween

ect ect.

you get my point now i have tried to insert this code so that it calls up the specific graphic:

Code:
{if $smarty.now|date_format:"%m" > 10}<!--November countdown to x-mas --> <table align="left" background="{$ImagesDir}/head_linebg.gif" width="100%" style="background-repeat:no-repeat"> {else if $smarty.now|date_format:"%m" > 9} <table align="left" background="{$ImagesDir}/head_linebgstd.gif" width="100%" style="background-repeat:no-repeat"> {/if}

but if i decide to add more months to that it does not work?
is there a limit to the "else if" statement?

help would be great on this
__________________
PHP 5.2.11
MYSQL 5.0.45

WESH UK hosting

--- Add-ons -----
X-RMA
X-AOM
X-FancyCategories
X-Feature comparison

BCSE Request a Quote
BCSE Customer Testimonials
BCSE Advanced ratings and reviews
BCSE Customer reward points
BCSE Reward points refferal
BCSE Customer polls

Cart Labs - Tabs
Reply With Quote