summaryrefslogtreecommitdiff
path: root/templates/user_forbidden.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user_forbidden.php')
-rw-r--r--templates/user_forbidden.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/user_forbidden.php b/templates/user_forbidden.php
new file mode 100644
index 00000000..bb71d9b1
--- /dev/null
+++ b/templates/user_forbidden.php
@@ -0,0 +1,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> \ No newline at end of file