Browse Source

Fix highlighted item in Quoridor page

Previously : Website highlited
Now : Quoridor highlited
DricomDragon 5 years ago
parent
commit
5474fe11c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/public/projets/pro_quoridor.php

+ 1 - 1
web/public/projets/pro_quoridor.php

@@ -2,7 +2,7 @@
 <html lang="fr">
 
 <?php
-    $title = "Site";
+    $title = "Quoridor";
     include("../../include/head.php");
 ?>