diff --git a/html/user.php b/html/user.php index 1c642910..75c2e180 100644 --- a/html/user.php +++ b/html/user.php @@ -146,6 +146,7 @@ if($resultat) { $req->bindParam(":user_id", $user_id); $req->execute(); $resultat = $req->fetchAll(PDO::FETCH_ASSOC); + echo "

Articles de " . $user_name . "

" echo "
"; if ($resultat) {