%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/plugins/wysija-newsletters/controllers/back/ |
Current File : /var/www/pn/beta/64801_wp-content/plugins/wysija-newsletters/controllers/back/mp3.php |
<?php defined('WYSIJA') or die('Restricted access'); class WYSIJA_control_back_mp3 extends WYSIJA_control_back { /** * Main view of this controller * @var string */ public $view = 'mp3'; public $model = 'config'; /** * Constructor */ function __construct(){ parent::__construct(); } function defaultDisplay() { $this->jsTrans['premium_activate'] = __('Activate now', WYSIJA); $this->jsTrans['premium_activating'] = __('Checking license', WYSIJA); } }