Adsense after last post, above quick reply

tfmteam

New Member
In SHOWTHREAD template

Find:

Code:
<if condition="$show['quickreply'] OR $show['ajax_js']">
<!-- ajax errors table -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="display:none; position:absolute" id="ajax_post_errors">

Above Add:
Code:
	<strong>&raquo;</strong>
</div>
</if>
<br />

<center><script type="text/javascript"><!--
google_ad_client = "pub-6710239576297669";
//728x90, created 23/12/07
google_ad_slot = "9085633258";
google_ad_width = 728;
google_ad_height = 90;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
<br />

<if condition="$show['quickreply'] OR $show['ajax_js']">
<!-- ajax errors table -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="display:none; position:absolute" id="ajax_post_errors">


chenges pub-6710239576297669 id done and enjoy
 
Top