setTitle('Downloads banner ad'); $Ad->setCampaign($campaign); $Ad->setFormat("html"); $Ad->setHtml('tpl/downloadsBannerAd.tpl.php', $content); $Ad->setType('paid'); $Ad->setWeight('100'); $this->newAd($Ad); } } /** * Custom implementation of _build() * @see EclipseAds::_build() * * @param $type - This variable determines help to determine which template file to use */ protected function _build($layout = "", $type = "") { $this->output = $this->ad->getHtml(); } }