12 lines
264 B
PHP
12 lines
264 B
PHP
<?php
|
|
echo('</nav>
|
|
<div class="scrwide">
|
|
<div class="scrwidein">
|
|
<section class="sectcont">
|
|
<h3>404: '._('page not found').'</h3>
|
|
<p>'._('Sorry, the requested URL was not found on this server.').'<br>
|
|
'._('Try the menu ;-)').'</p>
|
|
</section>
|
|
</div>
|
|
</div>'.N);
|
|
?>
|