aboutsummaryrefslogtreecommitdiff
path: root/templates/access_denied_exception.php
blob: aea284ca4ef876d2916297bb9138b8f89168658e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$details = $exception->getDetails();
array_unshift($details, htmlReady($exception->getMessage()));
?>
<?= MessageBox::exception(_('Zugriff verweigert'), $details) ?>
<p>
    <?= sprintf(
        _('Zurück zur %sStartseite%s'),
        '<a href="' . URLHelper::getLink('index.php') . '">',
        '</a>'
    ) ?>
</p>