summaryrefslogtreecommitdiff
path: root/templates/user_forbidden.php
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-01-25 14:56:02 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-01-25 14:56:02 -0500
commit9383a15af699ede77142d040b65118e15754a2ca (patch)
treeb550b5adf5bcf8f5a8793c188cc5630f26a27d49 /templates/user_forbidden.php
First commit
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