Your IP : 216.73.216.240
<?php
/*------------------------------------------------------------------------
# mod_zhgooglemap - Zh GoogleMap Module
# ------------------------------------------------------------------------
# author: Dmitry Zhuk
# copyright: Copyright (C) 2011 zhuk.cc. All Rights Reserved.
# license: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
# website: http://zhuk.cc
# Technical Support Forum: http://forum.zhuk.cc/
-------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
JLoader::register('modZhGoogleMapHelper', JPATH_SITE.'/modules/mod_zhgooglemap/helpers/mod_zhgooglemap.php');
JLoader::register('comZhGoogleMapData', JPATH_SITE.'/components/com_zhgooglemap/helpers/map_data.php');
require JModuleHelper::getLayoutPath('mod_zhgooglemap', $params->get('layout', 'default'));