Re: [Extension] AdSense Manager (quadric_adsense_manager)
you have to create a new file in include/user folder, for example call it header.php
inside that file you put a code like this:
<div class="main-content main-frm">
<div style="padding:1em 1em 7px 1em;">
<center>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8997487508131027";
/* MCC - 2 */
google_ad_slot = "7064139600";
google_ad_width = 120;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8997487508131027";
/* MCC - 1 */
google_ad_slot = "5587406403";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
</div>
</div>
After that go to include/template/main.tpl and open it, and include this line <!-- forum_include "header.php" --> after the <div class="hr"><hr /></div>.
it will look like this:
<!-- forum_announcement -->
<div class="hr"><hr /></div>
<!-- forum_include "header.php" -->
<div id="brd-main">
<!-- forum_main_title -->
<!-- forum_crumbs_top -->
<!-- forum_main_menu -->
<!-- forum_main_pagepost_top -->
<!-- forum_main -->
<!-- forum_main_pagepost_end -->
<!-- forum_crumbs_end -->
</div>