Launcher scripts updated
[mailer.git] / templates / de / code / emergency_exit.ctp
1 <!-- A compileable template for emergency messages //-->
2
3 {?header:title="Problem in application framework detected!"?}
4
5 {?navigation?}
6
7         <div id="emergency_exit message_box">
8                 $content[message]
9         </div>
10
11         <div id="emergency_exit backtrace_box">
12                 <div id="backtrace_header">
13                         Backtrace:
14                 </div>
15                 <div id="backtrace_content">
16                         $content[backtrace]
17                 </div>
18         </div>
19
20 {?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."?}