in index.tpl find:
Code:
{if $smarty.section.i.index == 4}
{if $smarty.section.i.index == 9}
{if $smarty.section.i.index == 14}
According to the previous post, you change the 4, 9 and 14 to 3, 7, 11 so that it looks like this:
Code:
{if $smarty.section.i.index == 3}
{if $smarty.section.i.index == 7}
{if $smarty.section.i.index == 11}
I haven't personally tried this, but that's what I got out of the post.
Bookmarks