aboutsummaryrefslogtreecommitdiff
path: root/lib/include/html_end.inc.php
blob: 4f64d48c682b243026e0e3288007c3ff4708a515 (plain)
1
2
3
4
5
6
7
8
    <!-- Footer template -->
    <?= $GLOBALS['template_factory']->render('footer', ['header_template' => $header_template ?? null]) ?>
<!-- Ende Page -->

    <?= SkipLinks::getHTML() ?>

</body>
</html>