summaryrefslogtreecommitdiffstats
path: root/modules-available/main/templates/php-errors.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/main/templates/php-errors.html')
-rw-r--r--modules-available/main/templates/php-errors.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules-available/main/templates/php-errors.html b/modules-available/main/templates/php-errors.html
new file mode 100644
index 00000000..a9932039
--- /dev/null
+++ b/modules-available/main/templates/php-errors.html
@@ -0,0 +1,12 @@
+<div class="alert alert-warning">
+ <div class="slx-bold">
+ <span class="glyphicon glyphicon-warning" aria-hidden="true"></span>
+ {{lang_warningDebug}}
+ </div>
+ <hr>
+ {{#errors}}
+ <div>
+ <b>{{errlevel}}</b>: {{errstr}}&ensp;–&ensp;{{errfile}}&thinsp;:&thinsp;{{errline}}
+ </div>
+ {{/errors}}
+</div>