Example #1
0
 protected function _getImage(Varien_Object $row)
 {
     $img = $row->getImageValue() != '' ? '<img width="131" height="36" src="' . $row->getImageValue() . '" alt="" />' : '';
     return $img;
 }