ZwiiCMS/module/geolocation/view/index/index.php

5 lines
140 B
PHP
Raw Normal View History

2024-08-09 14:30:58 +02:00
<?php if ($module::$locations): ?>
2024-08-09 06:53:43 +02:00
<div id="map"></div>
<?php else: ?>
2024-08-09 16:45:55 +02:00
<?php echo template::speech('Rien à afficher'); ?>
2024-08-09 06:53:43 +02:00
<?php endif; ?>