Adsense Links in the footer
Adsense Links in the footer, i know i am a total noob when it comes to PHP but this is a very easy fix and people click on it.
Just Put this code in the top of your footer.php
<div align="center" valign="middle" style="padding-top:25px; padding-bottom:25px;">
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxxx";
google_ad_slot = "893422219";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.
js">
</script>
</div>
<!-- FOOTER -->
And it will look like the attachment
footer.jpg