Page 1 of 1

Design using SMARTY

Posted: Thu Jun 07, 2007 2:02 pm
by Zappa
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

Re: Design using SMARTY

Posted: Thu Jun 07, 2007 3:00 pm
by cyberman
Modify your news summary template like this

Code: Select all

  <div class="{cycle values="newsRow1,newsRow2}">{$entry->titlelink}</div>