aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2015-03-27 14:21:34 +0100
committerMaZderMind2015-03-31 08:19:08 +0200
commit1a050c087e8f2889b421992350c50fae75a9252b (patch)
tree16cebecacf7063925c1c6e815ed8c3e2927fc829 /template
parentf98d93cd1559d48e76366950c51e5a6a1f7a84dc (diff)
error handling
Diffstat (limited to 'template')
-rw-r--r--template/500.phtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/500.phtml b/template/500.phtml
new file mode 100644
index 0000000..feee78f
--- /dev/null
+++ b/template/500.phtml
@@ -0,0 +1,8 @@
+<div class="container">
+ <h1>500 Internal Winkekatze Error</h1>
+ <div class="well">
+ <pre><?=h($e)?></pre>
+ </div>
+
+ <img src="assets/img/missing-cat.png" alt="500 Internal Winkekatze Error" />
+</div>