t['backbutton'] != '' && $this->t['enable_multibox_iframe'] != 1) {
	echo $this->t['backbutton'];
}
if (empty($this->map) || $this->map->longitude == '' || $this->map->latitude == '') {
	echo '
' . Text::_('COM_PHOCAGALLERY_ERROR_MAP_NO_DATA') . '
';
} else {
	$text = '| '. addslashes((string)$this->map->geotitle).' | 
';
	$text .='';
	$text .='| '.HTMLHelper::_( 'image', $this->map->thumbnail, addslashes((string)$this->map->geotitle)) . '';
	$text .=' | '. PhocaGalleryText::strTrimAll(addslashes((string)$this->map->description)).'';
	$text .=' | 
 
';
    echo PhocaGalleryUtils::getExtInfo();
}
?>