. * * @link http://www.oxidmodule.com * @link http://www.shopmodule.com * @copyright (C) D3 Data Development */ class d3_cfg_googleanalytics_campaigns extends d3_cfg_mod_main { protected $_sThisTemplate = 'd3_cfg_googleanalytics_campaigns.tpl'; protected $_sModId = 'd3_googleanalytics'; public function checkD3Log() { // there are no reasons to log anything return false; } /* public function render() { dumpvar($this->oSet); return parent::render(); } */ }