404.php 440 B

12345678910111213141516
  1. <?php
  2. if (!defined('N')) {
  3. echo('You probably meant <a href="'.preg_replace('/\.php$/','',$_SERVER['REQUEST_URI']).'">this</a> (but why? Oh well).');
  4. exit(0);
  5. }
  6. echo('</nav>
  7. <div class="scrwide">
  8. <div class="scrwidein">
  9. <section class="sectcont">
  10. <h3>404: '._('resource not found').'</h3>
  11. <p>'._('Sorry, the requested URL doesn’t match any resource on this server.').'<br>
  12. '._('Try the menu ;-)').'</p>
  13. </section>
  14. </div>
  15. </div>'.N);
  16. ?>