Template for "Product of the month" page

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
mkuuselo

Template for "Product of the month" page

Post by mkuuselo »

I am currently building new website for my customer. One of the pages she needs, is a "product of the month" page. The page shows picture of the product and some text.
My problem is: how to select the picture from uploaded pictures, my customer needs to have an as easy way as possible, a drop-down list or something like that.
Help, anybody?
Recon
Forum Members
Forum Members
Posts: 200
Joined: Sat Oct 09, 2010 10:23 am

Re: Template for "Product of the month" page

Post by Recon »

Upload 12 pictures to your server:

image01.jpg
image02.jpg
image03.jpg
image_n.jpg

then but this to your template:

Code: Select all

{assign var='month' value=$smarty.now|date_format:"%m"}

<img src="server_path/uploads/images/image{$month}.jpg"/>
-R
Locked

Return to “Layout and Design (CSS & HTML)”