Heres the code I use for Adsense Revenue Share:
Code:
{adsense assign=users_adsense}
{if $users_adsense}
<script type="text/javascript"><!--
google_ad_client = "{$google_adsense_id}";
google_alternate_ad_url = "";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="{$google_adsense_channel}";
google_color_border = "cccccc";
google_color_bg = "ffffff";
google_color_link = "666666";
google_color_text = "000000";
google_color_url = "407fac";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
{else}
<script type="text/javascript"><!--
google_ad_client = "pub-0673077929970762";
google_alternate_ad_url = "";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="newsdots";
google_color_border = "cccccc";
google_color_bg = "ffffff";
google_color_link = "666666";
google_color_text = "000000";
google_color_url = "407fac";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
{/if} I can't remember how I got my ads to display at the bottom, will take a look.
Geoserv