3
Thx to mamba it works now!
for the peeps who wanna know how.
edit the news_index.html template!
<{$pagenav|replace:"(":''|replace:")":""}>
<{xthemes_process action="run_method" method="format_news"}>
<{assign var="i" value=0}>
<{foreach item=story from=$wox_posts}>
<{include file="db:news_item.html" story=$story}>
<{if $i==2 || $i==9}>
<{$xoops_banner}>
<{/if}>
<{assign var="i" value=$i+1}>
<{/foreach}>