Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/components/com_jmailalerts/helpers/
Upload File :
Current File : /home/smartconb/www/armencom33/components/com_jmailalerts/helpers/jmailalerts.php

<?php
/*
 * @package 	J!MailALerts
 * @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
*/

defined('_JEXEC') or die;

abstract class JmailalertsHelper
{
	public static function myFunction()
	{
		$result = 'Something';
		return $result;
	}

}