Example #1
0
 /**
  * Render column
  *
  * @return  string
  */
 public function render(Varien_Object $row)
 {
     $ashup = Mage::getConfig()->getNode("modules/{$row->getExtensionName()}/ashup");
     return isset($ashup['changelog']) ? '<a href="' . $ashup['changelog'] . '">' . $this->__('Changelog') . '</a>' : '';
 }