Browse Source

fix error

Baptiste 1 year ago
parent
commit
d002bbae93
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      error.php

+ 2
- 2
error.php View File

@@ -2,9 +2,9 @@
2 2
 ob_start(); // Start reading html
3 3
 ?>
4 4
 <main>
5
-    <img src="assets/img/error.JPG" style="margin-top: 50px;width:50vw;">
5
+    <img src="assets/img/error.jpg" style="margin-top: 50px;width:50vw;">
6 6
 </main>
7 7
 <?php
8
-$infopage = ["", "Erreur 404", ob_get_clean(), "", "erreur"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
8
+$infopage = ["", "Erreur", ob_get_clean(), "", "erreur"]; //relativepath, pagetitle, pagecontent, pagescript, pagename | cf structure/template.php ligne 2 à 6
9 9
 include("structure/template.php");
10 10
 ?>

Loading…
Cancel
Save