7
I just manually added this by opening the file modules/new/article.php and finding this:
le="color: #000000"><?php $story['text'] = $article->hometext();
Then replace with something like this:
le="color: #000000"><?php $story['text'] = '<div style="float: right"> <script type="text/javascript"><!-- google_ad_client = ""; google_alternate_color = "FFFFFF"; google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_ad_type = "text"; google_ad_channel =""; google_color_border = ""; google_color_bg = ""; google_color_link = ""; google_color_url = ""; google_color_text = ""; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></div>'; $story['text'] .= $article->hometext();
Hope this helps someone.