]> git.mxchange.org Git - shipsimu.git/blobdiff - templates/de/code/emergency_exit.ctp
Final fixes for variable inserting
[shipsimu.git] / templates / de / code / emergency_exit.ctp
index 152a1bde1c1cf832cbe5e14f10f68acf3dd17fb2..fdb0014ed28d14325abc020a293e13745adc6e24 100644 (file)
@@ -1,33 +1,29 @@
-<!-- A compileable template for emergency messages //-->
-
 {?header:title="Problem in application framework detected!"?}
 
-{?navigation?}
+<div id="emergency_exit message_box">
+       $content[message]
+</div>
 
-       <div id="emergency_exit message_box">
-               $content[message]
+<div id="emergency_exit backtrace_box">
+       <div id="backtrace_header">
+               File inclusion backtrace:
        </div>
-
-       <div id="emergency_exit backtrace_box">
-               <div id="backtrace_header">
-                       File inclusion backtrace:
-               </div>
-               <div id="backtrace_content">
-                       $content[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 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."?}