From c81b29e924699f13a075d59936391972aee5797c Mon Sep 17 00:00:00 2001 From: Divlo Date: Fri, 16 Aug 2019 13:35:54 +0200 Subject: [PATCH] Different title and description for each page --- incl/header.php | 12 +++--- index.php | 6 ++- php/headPerso.php | 43 +++++++++++++++++++++ views/error404.php | 3 ++ views/function-list.php | 3 ++ views/function-views/calculateAge.php | 7 +++- views/function-views/convertDistance.php | 8 +++- views/function-views/convertTemperature.php | 7 +++- views/function-views/randomNumber.php | 7 +++- views/function-views/weatherRequest.php | 7 +++- 10 files changed, 86 insertions(+), 17 deletions(-) create mode 100644 php/headPerso.php diff --git a/incl/header.php b/incl/header.php index 4edc3e8..3312744 100644 --- a/incl/header.php +++ b/incl/header.php @@ -1,31 +1,31 @@ - Function Project + <?php echo $title?> - + - + - + - - + + diff --git a/index.php b/index.php index 8bc5884..ad96957 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,6 @@ + + +