2020-10-27 18:00:46 +01:00
|
|
|
<?php
|
|
|
|
echo('</nav>
|
2019-12-02 20:16:26 +01:00
|
|
|
<div class="scrwide">
|
|
|
|
<div class="scrwidein">
|
|
|
|
<section class="sectcont">
|
2020-10-27 18:00:46 +01:00
|
|
|
<h3>404: '._('page not found').'</h3>
|
|
|
|
<p>'._('Sorry, the requested URL was not found on this server.').'<br>
|
|
|
|
'._('Try the menu ;-)').'</p>
|
2019-12-02 20:16:26 +01:00
|
|
|
</section>
|
|
|
|
</div>
|
2020-10-27 18:00:46 +01:00
|
|
|
</div>'.N);
|
|
|
|
?>
|