Your IP : 216.73.216.68


Current Path : /home/sunflowe/www2/vacancesfloride/_AncienSite/modules/mod_yoo_maps/tmpl/
Upload File :
Current File : /home/sunflowe/www2/vacancesfloride/_AncienSite/modules/mod_yoo_maps/tmpl/default.php

<?php
/**
* YOOmaps Joomla! Module
*
* @author    yootheme.com
* @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
* @license	 GNU/GPL
*/

// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<div class="yoo-maps" style="<?php echo $css_module_width ?>">
	<div id="<?php echo $maps_id ?>" style="<?php echo $css_module_width . $css_module_height ?>"></div>
	<?php foreach ($messages as $message) : ?>
	<div class="alert"><strong><?php echo $message; ?></strong></div>
	<?php endforeach; ?>
</div>