Files
sterivein/templates/admin/default/general_error.html
2013-08-08 02:39:42 +02:00

10 lines
264 B
HTML

{$page_title={intl l='AN error occured'}}
{include file='includes/header.inc.html'}
<div id="wrapper" class="container">
<h1>{intl l="Oops! An Error Occurred"}</h1>
<p>{$error_message}</p>
</div>
{include file='includes/footer.inc.html'}