Deltacms/module/agenda/view/index/index.php

16 lines
459 B
PHP

<!-- Agenda dans une div pour contrôler la taille-->
<div id="index_wrapper" style=" margin:0 auto;">
<!--Affiche l'agenda-->
<br>
<div id='calendar'> </div>
<br>
<?php echo template::formOpen('index_events'); ?>
<?php echo template::formClose();?>
</div>
<script>
// Integer: largeur MAXI du diaporama, en pixels. Par exemple : 800, 920, 500
var maxwidth=<?php echo $this->getData(['module', $this->getUrl(0),'config','maxiWidth']); ?>;
</script>