Your IP : 216.73.216.111


Current Path : /home/bateauecpx/www/components/com_j2store/
Upload File :
Current File : /home/bateauecpx/www/components/com_j2store/j2store.php

<?php
/**
 * @package J2Store
 * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org
 * @license GNU GPL v3 or later
 */
// No direct access to this file
defined ( '_JEXEC' ) or die ();

// Load FOF
// Include F0F
if(!defined('F0F_INCLUDED')) {
	require_once JPATH_LIBRARIES . '/f0f/include.php';
}
if(!defined('F0F_INCLUDED')) {
?>
   <h2>Incomplete installation detected</h2>
<?php
}
if(!class_exists('J2StoreStrapper')){
	require_once (JPATH_ADMINISTRATOR.'/components/com_j2store/helpers/strapper.php');
}
J2StoreStrapper::addJS();
J2StoreStrapper::addCSS();
F0FDispatcher::getTmpInstance('com_j2store')->dispatch();
?>