aboutsummaryrefslogtreecommitdiff
path: root/templates/start/schedule_widget.php
blob: a72ebcd23198a8d5f2ddcf7e0af31614a3a21798 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * @var \Studip\Fullcalendar $fullcalendar
 */
?>

<section class="contentbox">
    <?= $fullcalendar ?>
</section>