Zwii-Modules/agenda/view/index/index.php

12 lines
241 B
PHP
Raw Normal View History

2024-08-29 07:51:42 +02:00
<!-- Agenda dans une div pour contrôler la taille-->
<div id="index_wrapper">
<!--Affiche l'agenda-->
<br>
<div id='calendar'> </div>
<br>
<?php echo template::formOpen('index_events'); ?>
<?php echo template::formClose();?>
</div>