diff --git a/html/admin.php b/html/admin.php index 26ac07bc..e9495a11 100644 --- a/html/admin.php +++ b/html/admin.php @@ -15,6 +15,7 @@ if($_SESSION['role'] < 3) { + <?=$title?> diff --git a/html/compte.php b/html/compte.php index f4642b79..58a8033c 100644 --- a/html/compte.php +++ b/html/compte.php @@ -28,6 +28,7 @@ if(isset($_POST['delete_account'])) { + <?=$title?> diff --git a/html/editpage.php b/html/editpage.php index 457216d8..5069f280 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -61,6 +61,7 @@ if(isset($fichier)) { + <?=$title?> <?=$title?> diff --git a/html/login.php b/html/login.php index 658b2aa4..e4607dd3 100644 --- a/html/login.php +++ b/html/login.php @@ -40,6 +40,7 @@ if(isset($_POST['username']) && isset($_POST['password'])) { + <?=$title?> diff --git a/html/news.php b/html/news.php index 9430f291..3154f7e7 100644 --- a/html/news.php +++ b/html/news.php @@ -14,6 +14,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { + <?=$title?> diff --git a/html/register.php b/html/register.php index f96a348b..51e870e2 100644 --- a/html/register.php +++ b/html/register.php @@ -40,6 +40,7 @@ if(isset($_POST['username']) && isset($_POST['password']) && isset($_POST['passw + <?=$title?> diff --git a/html/upload.php b/html/upload.php index a281793a..d1b22923 100644 --- a/html/upload.php +++ b/html/upload.php @@ -38,6 +38,7 @@ if(isset($_POST['page-content'])) { + <?=$title?> <?=$title?>