%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/plugins/wysija-newsletters/controllers/ajax/ |
Current File : //var/www/pn/beta/64801_wp-content/plugins/wysija-newsletters/controllers/ajax/tmce.php |
<?php defined('WYSIJA') or die('Restricted access'); class WYSIJA_control_back_tmce extends WYSIJA_control{ function __construct(){ parent::__construct(); $this->viewObj=WYSIJA::get('tmce','view'); } function registerAdd(){ $this->viewObj->title=__('Insert Subscription Form',WYSIJA); $this->viewObj->registerAdd( ); exit; } }