Hello,
On the index page of my website I have a news area which displays 6 items from the news.
Is there an easy way using SMARTY or PHP to implement something where I can make 2 rows with different backgrounds. E.g.
News Title here
News Title here
News Title here
News Title here
News Title here
News Title here
Thanks
Design using SMARTY
-
cyberman
Re: Design using SMARTY
Modify your news summary template like this
Code: Select all
<div class="{cycle values="newsRow1,newsRow2}">{$entry->titlelink}</div>
