/ Markus Gärtner * @copyright (C) 2011, D3 Data Development * @see http://www.shopmodule.com */ namespace D3\Points\Application\Controller\Admin; use D3\ModCfg\Application\Controller\Admin\d3_cfg_mod_licence; /** * Class licence * * @package D3\Points\Application\Controller\Admin */ class licence extends d3_cfg_mod_licence { protected $_sModId = 'd3points'; protected $_hasLicence = true; protected $_hasNewsletterForm = false; //protected $_hasUpdate = true; //protected $_modUseCurl = false; protected $_sMenuItemTitle = 'd3mxd3points'; protected $_sMenuSubItemTitle = 'd3mxd3points_SUPPORT'; protected $_sHelpLinkMLAdd = 'D3_CFG_MOD_d3points_HELPLINK_SUPPORT'; protected $_sBlogFeed = "https://blog.oxidmodule.com/feeds/categories/6-Bonuspunkte.rss"; protected $_sLogType = 2; }