Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/administrator/components/com_jmailalerts/controllers/
Upload File :
Current File : /home/smartconb/www/armencom33/administrator/components/com_jmailalerts/controllers/alert.php

<?php
/**
 * @package		com_jmailalerts
 * @version		$versionID$
 * @author		TechJoomla
 * @author mail	extensions@techjoomla.com
 * @website		http://techjoomla.com
 * @copyright	Copyright © 2009-2013 TechJoomla. All rights reserved.
 * @license		GNU General Public License version 2, or later
*/

// No direct access
defined('_JEXEC') or die;

jimport('joomla.application.component.controllerform');

/**
 * Alert controller class.
 */

class JmailalertsControllerAlert extends JControllerForm
{

	function __construct() {

		$this->view_list = 'alerts';
		parent::__construct();
	}
}