Hello Hakster,
here the steps how to add adsense code in facing templates,
for sidebar (sidebar_left.html and sidebar_right.html) place this code at the top, middle or the bottom from the template sidebar :
HTML Code:
<div class="morelinks_top"></div>
<div class="morelinks_area">
<div class="morelinks_head"><%t%>Ads<%/t%></div>
<div class="links_morearea">
<%literal%>
<!-- INSERT YOUR ADSENSE CODE HERE! -->
<%/literal%>
</div>
</div>
<div class="morelinks_bottom"></div>
for page.html (eg : new.html) place this code at the top, middle or the bottom from the template page files:
HTML Code:
<div class="text_mid">
<%literal%>
<!-- INSERT YOUR ADSENSE CODE HERE! -->
<%/literal%>
</div>
hope this help.
thank you.