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 = '
'; $text .=''; $text .=''; $text .=''; $text .='
'. addslashes($this->map->geotitle).'
'.HTMLHelper::_( 'image', $this->map->thumbnail, addslashes($this->map->geotitle)) . ''. PhocaGalleryText::strTrimAll(addslashes($this->map->description)).'
'; $map = new PhocaGalleryRenderMap(); echo ''; $cmw = ''; if ((int)$this->t['largemapwidth'] > 0) { $cmw = 'width:'.$this->t['largemapwidth'].'px;'; } echo '
'; echo '
'; echo '
'; //echo $map->loadApi(); ?>loadApi(); } if ($this->t['detailwindow'] == 7) { echo '
 
'; echo PhocaGalleryUtils::getExtInfo(); } ?>