updated name of navbarhtml function to match debians file system

admin
Flavien Haas 5 years ago
parent 2ab4061db9
commit f9410e6bdd

@ -1,4 +1,4 @@
<?php function navbarHTML($title){?>
<?php function navbarhtml($title){?>
<!DOCTYPE html>
<html lang="fr">
<head>

@ -1,6 +1,6 @@
<?php
include '../ressources/navbarHTML.php';
navbarHTML("Tableau de bord");
require ('../ressources/navbarhtml.php');
navbarhtml("Tableau de bord");
require ('../connectionBD.php');
$mail = null;

Loading…
Cancel
Save