2
Hi..
I don't use the module, but if it have template files you could easily add the adsense code there...
Just add:
<tr>
<td colspan="5">
Add your adsense code here!td>
tr>
just after:
<{foreach item=tab_button from=$tabs}>
<{if $tab.id == $tab_button.id}>
<li id="current"><a href="(script removed);" onclick="show('<{$tab_button.first_layer}>', hide('layer<{$subtab.id_text}>'))" ><span><{$tab_button.caption}>span>a>li>
<{else}>
<li id=''><a href="(script removed);" onclick="show('<{$tab_button.first_layer}>', hide('layer<{$subtab.id_text}>'))" ><span><{$tab_button.caption}>span>a>li>
<{/if}>
<{/foreach}>
ul>
div>
td>
tr>
As i said, I don't use the module so I haven't seen if it works, but it should..