A lot of small fixes

This commit is contained in:
Divlo
2019-10-13 20:58:13 +02:00
parent 79a558a715
commit 0200c2d240
7 changed files with 19 additions and 56 deletions

View File

@@ -40,7 +40,7 @@ switch ($currentpage) {
break;
case '/views/function-views/weatherRequest.php':
$title = 'Météo';
$description = "Affiche la météo et l'heure local selon la ville.";
$description = "Affiche la météo et l'heure locale selon la ville.";
$image = 'https://function.divlo.fr/img/function-image/weatherRequest.png';
break;
case '/views/function-views/filterStudents.php':