Example #1
0
 protected function _toHtml()
 {
     $html = parent::_toHtml();
     $html = Mage::helper('aitcg')->removeSocialWidgetsFromHtml($html);
     return $html;
 }