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

    <?= SkipLinks::getHTML() ?>

</body>
</html>