contenttabs/src/Application/Controller/Admin/support.php

41 lines
1.0 KiB
PHP

<?php
/**
* This Software is the property of Data Development and is protected
* by copyright law - it is NOT Freeware.
*
* Any unauthorized use of this software without a valid license
* is a violation of the license agreement and will be prosecuted by
* civil and criminal law.
*
* https://www.d3data.de
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
* @author D3 Data Development - Daniel Seifert <support@shopmodule.com>
* @link https://www.oxidmodule.com
*/
namespace D3\Contenttabs\Application\Controller\Admin;
use D3\ModCfg\Application\Controller\Admin\d3_cfg_mod_licence;
/**
* Class support
* @package D3\Contenttabs\Application\Controller\Admin
*/
class support extends d3_cfg_mod_licence
{
protected $_sModId = 'd3contenttabs';
protected $_hasLicence = false;
protected $_hasNewsletterForm = false;
protected $_hasUpdate = true;
protected $_sLogType = 2;
protected $_sDefaultHelpLinkAdd = 'Fragen-zu-speziellen-Modulen/';
protected $_sHelpLinkMLAdd = 'Content-Tabs/';
}