Oh good question, I know that for the channels, if you change the "mod" number inthat it changes it... I'm wondering if changing the numbers inCode:{if $smarty.section.i.index mod 4 eq "0" and $smarty.section.i.index gt "0"}in index.tpl will do it or something along those lines.Code:{if $smarty.section.i.index == 4} {if $smarty.section.i.index == 9} {if $smarty.section.i.index == 14}
Bookmarks