Your IP : 216.73.216.240


Current Path : /home/juvelize/www/components/com_gmapfp/bubble/
Upload File :
Current File : /home/juvelize/www/components/com_gmapfp/bubble/bubble2.php

<?php
	/*
	* GMapFP Component Google Map for Joomla! 3.0.x
	* Version J3/0
	* Creation date: Mars 2013
	* Author: Fabrice4821 - www.gmapfp.org
	* Author email: webmaster@gmapfp.org
	* License GNU/GPL
	*/

defined('_JEXEC') or die;

$bubble = ($this->_num_marqueurs+1000).", \"<div class='gmapfp_marqueur' style='width:".$config->get('gmapfp_width_bulle_GMapFP')."px; min-height:".$config->get('gmapfp_min_height_bulle_GMapFP', 150)."px; max-height:".$config->get('gmapfp_max_height_bulle_GMapFP', 350)."px; overflow-y:auto;';><p><span class='titre'>".$nom."</span></p>".$image."<div class='message'>".substr($text,0,$cesure);
if (strlen($text)>$cesure) { $bubble.="..."; };
$bubble.="</div>".$plus_detail."</div>\",\"";

return $bubble;
?>