Hello,
I have template override and i want to display banner after 3 items in list. Can anyone guide me how to do this ? With foreach on whole html code?
For example i have this code:
<div> <a href="/<?php echo $cck->getLink('art_title'); ?>"><img src="/<?php echo $cck->getThumb1('image_intro'); ?>" style="margin:0 auto; display:block;"></a>
</div>