Zwii-Modules/geolocation/view/index/index.php
2024-08-16 15:57:50 +02:00

5 lines
140 B
PHP

<?php if ($module::$locations): ?>
<div id="map"></div>
<?php else: ?>
<?php echo template::speech('Rien à afficher'); ?>
<?php endif; ?>