GoogleServices/copy_this/modules/d3/d3GoogleAnalytics/controllers/admin/d3_cfg_googleanalytics_list...

34 lines
1019 B
PHP
Raw Normal View History

2011-02-27 12:55:21 +01:00
<?php
/**
* This module is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This module is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* For further informations, see <http://www.gnu.org/licenses/>.
*
2012-12-21 11:16:56 +01:00
* @link http://www.oxidmodule.com
* @link http://www.shopmodule.com
2011-02-27 12:55:21 +01:00
* @copyright (C) D3 Data Development
*/
2011-02-27 21:21:16 +01:00
class d3_cfg_googleanalytics_list extends d3_cfg_mod_list
2011-02-27 12:55:21 +01:00
{
2012-12-21 11:16:56 +01:00
protected $_blD3ShowLangSwitch = TRUE;
2011-02-27 12:55:21 +01:00
public function render()
{
parent::render();
2012-12-21 11:16:56 +01:00
$this->_aViewData["default_edit"] = "d3_cfg_googleanalytics_main";
2011-02-27 12:55:21 +01:00
return $this->_sThisTemplate;
}
}