From 52b077a48c743ba4d08ac00520a0bf1ef6deef5f Mon Sep 17 00:00:00 2001 From: Thomas Lange <code@nerdmind.de> Date: Fri, 24 Feb 2017 21:27:59 +0100 Subject: Initial commit. --- template/admin/html/403.php | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 template/admin/html/403.php (limited to 'template/admin/html/403.php') diff --git a/template/admin/html/403.php b/template/admin/html/403.php new file mode 100644 index 0000000..aebddb7 --- /dev/null +++ b/template/admin/html/403.php @@ -0,0 +1,2 @@ +<h1><i class="fa fa-exclamation-triangle"></i><?=$Language->template('403_heading_text')?></h1> +<p><?=$Language->template('403_heading_desc')?></p> -- cgit v1.2.3