convert ssi html files to php code
[minimedit.git] / 404.php
diff --git a/404.php b/404.php
index ba3e8206717cb8458054406bf378cac9be6597d6..0410799ff2874bf7b5f9ad2ee4d667258537bc77 100755 (executable)
--- a/404.php
+++ b/404.php
@@ -1,4 +1,4 @@
-<?php include 'head.inc.html'; ?>
+<?php include 'head.inc.php'; ?>
 
 <h2>Niet gevonden</h2>
 
@@ -6,4 +6,3 @@
 De gevraagde pagina <em><?php echo htmlspecialchars($_SERVER['REQUEST_URI']); ?></em> bestaat niet.
 </p>
 
-<?php include 'foot.inc.php'; ?>