. * * @link http://www.oxidmodule.com * @link http://www.shopmodule.com * @copyright (C) D3 Data Development */ class d3_cfg_googleanalytics_list extends d3_cfg_mod_list { protected $_blD3ShowLangSwitch = true; public function render() { parent::render(); $this->_aViewData["default_edit"] = "d3_cfg_googleanalytics_main"; return $this->_sThisTemplate; } }