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

5 lines
139 B
PHP

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