40 lines
1.3 KiB
PHP
40 lines
1.3 KiB
PHP
<?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/>.
|
|
*
|
|
* @link http://www.oxidmodule.com
|
|
* @link http://www.shopmodule.com
|
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
|
*/
|
|
|
|
class d3_cfg_googleanalytics_licence extends D3\ModCfg\Application\Controller\Admin\d3_cfg_mod_licence
|
|
{
|
|
protected $_sModId = 'd3_googleanalytics';
|
|
|
|
protected $_hasLicence = false;
|
|
|
|
protected $_hasNewsletterForm = false;
|
|
|
|
protected $_hasUpdate = true;
|
|
|
|
protected $_sDefaultHelpLinkAdd = 'Fragen-zu-speziellen-Modulen/Google-Analytics/';
|
|
/**
|
|
* additional multilang item, which will added as last part to help url
|
|
*
|
|
* @var string
|
|
*/
|
|
protected $_sHelpLinkMLAdd = '';
|
|
protected $_sMenuItemTitle = 'd3mxgoogleanalytics';
|
|
}
|