]> git.mxchange.org Git - shipsimu.git/blobdiff - templates/de/code/emergency_exit.ctp
Moved to repository "core" (not yet fully setup!)
[shipsimu.git] / templates / de / code / emergency_exit.ctp
diff --git a/templates/de/code/emergency_exit.ctp b/templates/de/code/emergency_exit.ctp
deleted file mode 100644 (file)
index e974daf..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-{?header:title="Problem in application framework detected!"?}
-
-<div id="emergency_message">
-       $content[message]
-</div>
-
-<div id="emergency_backtrace">
-       <div id="backtrace_header">
-               File inclusion backtrace:
-       </div>
-       <div id="backtrace_content">
-               $content[backtrace]
-       </div>
-</div>
-
-<div id="stats_box">
-       <div id="stats_header">
-               Statistics
-       </div>
-       <div id="stats_objects">
-               Total objects: $content[total_objects]
-       </div>
-       <div id="stats_includes">
-               Loaded class files: $content[total_includes]
-               <span class="hint">(Including exception and interfaces.)</span>
-       </div>
-</div>
-
-{?footer_msg:footer_msg="Please contact the support and supply the full above message, if you think you are not qualified to fix this problem."?}