$action->element('img',
array('width' => 300,
'height' => 250,
- 'src' => common_path('plugins/BlankAd/redpixel.png')),
+ 'src' => $this->path('redpixel.png')),
'');
}
$action->element('img',
array('width' => 180,
'height' => 150,
- 'src' => common_path('plugins/BlankAd/redpixel.png')),
+ 'src' => $this->path('redpixel.png')),
'');
}
$action->element('img',
array('width' => 160,
'height' => 600,
- 'src' => common_path('plugins/BlankAd/redpixel.png')),
+ 'src' => $this->path('redpixel.png')),
'');
}
$action->element('img',
array('width' => 728,
'height' => 90,
- 'src' => common_path('plugins/BlankAd/redpixel.png')),
+ 'src' => $this->path('redpixel.png')),
'');
}