. */ use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; defined('_JEXEC') or die(); HTMLHelper::_('behavior.core'); HTMLHelper::_('bootstrap.tooltip', '.hasTooltip', ['placement' => 'bottom']); HTMLHelper::_('bootstrap.popover', '.hasPopover', ['placement' => 'bottom']); $function = Factory::getApplication()->input->getString('function', 'osmapSelectSitemap'); $baseUrl = Uri::root(); $ordering = $this->escape($this->state->get('list.ordering')); $direction = $this->escape($this->state->get('list.direction')); $formAction = [ 'option' => 'com_osmap', 'view' => 'sitemaps', 'layout' => 'modal', 'tmpl' => 'component', 'function' => $function ]; ?>