Files
sterivein/templates/admin/default/404.html
2013-08-01 10:53:35 +02:00

11 lines
410 B
HTML
Executable File

{$page_title={intl l='Page not found'}}
{include file='includes/header.inc.html'}
<div id="wrapper" class="container">
<h1>{intl l="Oops! An Error Occurred"}</h1>
<h2>{intl l='The server returned a "404 Not Found"'}</h2>
<p>{intl l='The page you\'ve requested was not found. Please check the page address, and try again.'}</p>
</div>
{include file='includes/footer.inc.html'}