Re: Google Adsense
Sorry I fix it the problem was here:
a the end of the plugin
<?php
} // function wide_advert
} // class bb_adsense
// adds the footer so the javascript is loaded
add_action(‘showadvert’, array(‘bb_adsense’,’wide_advert’));
?>
in the last line was needing an space after array(‘bb_adsense’,’wide_advert’)); i dint give an space so the ?> was giving the problem thanks anyway