protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fooman/googleanalyticsplus/ajax-tracking.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fooman/googleanalyticsplus/tagmanager.phtml');
 }
Exemple #3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fooman/googleanalyticsplus/ga.phtml');
     $this->_helper = Mage::helper('googleanalyticsplus');
 }