Your IP : 216.73.217.11


Current Path : /home/azimutno/www/demo/modules/mod_location_map_j3/
Upload File :
Current File : /home/azimutno/www/demo/modules/mod_location_map_j3/mod_location_map_j3.php

<?php
/**
 * @version 3.0
 * @package LocationMap
 * @copyright 2009 OrdaSoft
 * @author 2009 Sergey Brovko-OrdaSoft(brovinho@mail.ru)
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @description Location map for Joomla 3.0
*/
defined('_JEXEC') or die;

// Include the syndicate functions only once
require_once dirname(__FILE__) . '/helper.php';

$link = modLocationHelper::getLink($params);

require JModuleHelper::getLayoutPath('mod_location_map_j3', $params->get('layout'));