コード例 #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fooman/googleanalyticsplus/ajax-tracking.phtml');
 }
コード例 #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fooman/googleanalyticsplus/tagmanager.phtml');
 }
コード例 #3
0
ファイル: Ga.php プロジェクト: hsq/googleanalyticsplus
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fooman/googleanalyticsplus/ga.phtml');
     $this->_helper = Mage::helper('googleanalyticsplus');
 }