| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/components/com_mymaplocations/views/locations/tmpl/ |
Upload File : |
<?php
/**
* @version 4.6.2
* @package com_mymaplocations
* @copyright JoomUnited (C) 2011. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* ****@author joomunited - contact@joomunited.com
*/
defined('_JEXEC') or die('Restricted access');
?>
<?php
$this->count=count($this->items);
if($this->layout=="simple")
{?>
<div class="result-count">
<div class="alert alert-error" id="show-alert" style="display:none;"></div>
<?php if($this->count) {?> <p><?php echo JText::plural('COM_MYMAPLOCATIONS_SEARCH_KEYWORD_N_RESULTS', '<span class="badge badge-info">' . $this->count . '</span>'); ?></p>
<?php }?>
</div>
<?php }
$mapdata=array();
$mapdata=array_merge($mapdata,$this->items);
$mapdata[0]->component=$this->component;
$mapdata[0]->map_layer=$this->map_layer;
$mapdata[0]->maplayer_url=$this->maplayer_url;
$map = MyMapLocationsHelper::CreateMap($mapdata, $this->width, $this->height, $this->zoom, $this->map,true,$this->ajax,$this->layout,$this->zipcode,$this->component,$this->filterlat,$this->filterlang);
echo $map ;
?>