diff --git a/php/src/controleur/UtilisateurControleur.php b/php/src/controleur/UtilisateurControleur.php index 6891b89..b41b336 100755 --- a/php/src/controleur/UtilisateurControleur.php +++ b/php/src/controleur/UtilisateurControleur.php @@ -151,9 +151,7 @@ class UtilisateurControleur $numberPages = ceil($totalOffers / 5); $msg = NULL; - if($numberPages == 0 ) { - $msg = 'Aucune Offre Trouvée'; - } + if (isset($_GET["page"]) && intval($_GET["page"]) != null) { $page = intval($_GET["page"]); diff --git a/php/templates/OffersList.html b/php/templates/OffersList.html index affc0bf..ad7d6b1 100644 --- a/php/templates/OffersList.html +++ b/php/templates/OffersList.html @@ -96,9 +96,10 @@
- {% if offre is not empty %} + + {% if offres %} {% for offre in offres %} -
+
logo

{{ offre.getNom() }}