| Current Path : /home/echanges/www/components/com_xmap/ |
| Current File : /home/echanges/www/components/com_xmap/xmap.php |
<?php
/**
* @author Guillermo Vargas <guille@vargas.co.cr>
* @author Branko Wilhelm <branko.wilhelm@gmail.com>
* @link http://www.z-index.net
* @copyright (c) 2005 - 2009 Joomla! Vargas. All rights reserved.
* @copyright (c) 2015 Branko Wilhelm. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
JLoader::discover('XmapDisplayer', __DIR__ . '/displayer/');
JLoader::register('XmapHelper', __DIR__ . '/helpers/xmap.php');
$controller = JControllerLegacy::getInstance('Xmap');
$controller->execute(JFactory::getApplication()->input->get('task', 'display'));
$controller->redirect();