updated name of navbarhtml function to match debians file system

This commit is contained in:
Flavien Haas 2019-05-16 11:13:05 +02:00
parent 2ab4061db9
commit f9410e6bdd
2 changed files with 3 additions and 3 deletions

View File

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

View File

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