Hypolite Petovan
358baa9f62
- Module init, post and rawContent-triggered HTTPException generate the classic bare HTTP status page - Module content-triggered HTTPException generate themed error pages - Trim System::httpExit to the bare minimum
5 lines
109 B
Smarty
5 lines
109 B
Smarty
<div id="exception" class="generic-page-wrapper">
|
|
<h1>{{$title}}</h1>
|
|
<p>{{$message}}</p>
|
|
</div>
|