hi aric, could you tell me how to use BlankAd plugin?
how to put link (url) for ad image?
protected function showMediumRectangle($action)
{
$action->element('img',
array('width' => 300,
'height' => 250,
'src' => common_path('plugins/BlankAd/redpixel.png')),
'');
}
Where i should put the link/url/website address for the banner?
August 2010