6 lines
156 B
Smarty
6 lines
156 B
Smarty
|
{include file="header.tpl" title=Error}
|
||
|
<div id="content-panel">
|
||
|
<h1>{$error_title}</h1>
|
||
|
<p>{$error_message}</p>
|
||
|
</div>
|
||
|
{include file="footer.tpl"}
|