| Current Path : /home/bateauecpx/www/administrator/modules/mod_j2store_stats_mini/ |
| Current File : /home/bateauecpx/www/administrator/modules/mod_j2store_stats_mini/mod_j2store_stats_mini.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_mini') );
$currency = J2Store::currency();
?>