More renamed
[shipsimu.git] / application / ship-simu / templates / de / code / emergency_exit.ctp
1 {?header:title="Problem in application framework detected!"?}
2
3 <div id="emergency_message">
4         $content[message]
5 </div>
6
7 <div id="emergency_backtrace">
8         <div id="backtrace_header">
9                 File inclusion backtrace:
10         </div>
11         <div id="backtrace_content">
12                 $content[backtrace]
13         </div>
14 </div>
15
16 <div id="stats_box">
17         <div id="stats_header">
18                 Statistics
19         </div>
20         <div id="stats_objects">
21                 Total objects: $content[total_objects]
22         </div>
23         <div id="stats_includes">
24                 Loaded class files: $content[total_includes]
25                 <span class="hint">(Including exception and interfaces.)</span>
26         </div>
27 </div>
28
29 {?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."?}