mirror of
https://github.com/friendica/friendica
synced 2025-01-25 08:19:52 +00:00
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
4 lines
109 B
Smarty
4 lines
109 B
Smarty
<div id="exception" class="generic-page-wrapper">
|
|
<h1>{{$title}}</h1>
|
|
<p>{{$message}}</p>
|
|
</div>
|