diff --git a/public/index.php b/public/index.php index 15c1fb0..a899255 100644 --- a/public/index.php +++ b/public/index.php @@ -67,7 +67,7 @@ try { $ristorantiNews = GlobalVariables::get("dao")->query("NotiziaModel", array('$and'=>array(array("status"=>NotiziaModel::STATUS_ACCEPTED),array("category"=>NotiziaModel::CATEGORY_RISTORANTI),array('_id'=>array('$nin'=>$ansaIds)))), - array("sort"=>array("about.data"=>-1),"limit"=>4) + array("sort"=>array("about.data"=>-1),"limit"=>3) ); if (sizeof($ristorantiNews)>0){ $ristorantiNews = array_map(function($ele){$ele->testo = strip_tags($ele->testo);$ele->sottotitolo = strip_tags($ele->sottotitolo); return $ele; }, $ristorantiNews); diff --git a/public/searchResults.php b/public/searchResults.php index 8f21fd2..bccd228 100644 --- a/public/searchResults.php +++ b/public/searchResults.php @@ -116,6 +116,7 @@ try {
Inizio
+
...