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