Your IP : 216.73.216.111


Current Path : /home/bateauecpx/www/administrator/modules/mod_j2store_stats/
Upload File :
Current File : /home/bateauecpx/www/administrator/modules/mod_j2store_stats/mod_j2store_stats.php

<?php
/**
 * @package J2Store
 * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org
 * @license GNU GPL v3 or later
 */

defined('_JEXEC') or die;
$user = JFactory::getUser();
if(!$user->authorise('j2store.vieworder', 'com_j2store')) {
	return '';
}
JFactory::getLanguage()->load('com_j2store', JPATH_SITE);
$moduleclass_sfx = $params->get('moduleclass_sfx','');
require( JModuleHelper::getLayoutPath('mod_j2store_stats') );
$currency = J2Store::currency();
?>