summaryrefslogtreecommitdiff
path: root/templates/user_forbidden.php
blob: bb71d9b18d0155b7fec937da3f9aa686d4730f15 (plain)
1
2
3
4
5
6
7
8
9
10
<section id="main">
    <div class="page-header">
        <h2><?= t('Forbidden') ?></h2>
    </div>

    <p class="alert alert-error">
        <?= t('Only administrators can access to this page.') ?>
    </p>

</section>