Example #1
0
 public function render(Varien_Object $row)
 {
     $html = '<a href="' . $row->getLink() . '" target="_blank">' . $row->getLink() . '</a>';
     return $html;
 }