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

22 lines
590 B
PHP
Raw Normal View History

2022-01-31 09:10:49 +01:00
<!-- Agenda dans une div pour contrôler la taille-->
2023-12-21 10:51:33 +01:00
<style>
#index_wrapper {
--grid_color : <?php echo $this->getData(['module', $this->getUrl(0),'config', 'gridColor']); ?>;
margin:0 auto;
}
</style>
<div id="index_wrapper">
2022-01-31 09:10:49 +01:00
<!--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>