aboutsummaryrefslogtreecommitdiff
path: root/templates/studip-fullcalendar.php
blob: 3d150a82fc4d7fb4d6239cc5d6318a246ed49fda (plain)
1
2
3
4
5
6
7
<section
    <? if (count($attributes)) : ?>
        <?= arrayToHtmlAttributes($attributes) ?>
    <? endif ?>
    data-title="<?= htmlReady($title)?>"
    data-config="<?= htmlReady(json_encode($config)) ?>">
</section>