Subversion Repositories Applications.papyrus

Rev

Rev 2104 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2104 Rev 2109
Line 87... Line 87...
87
				
87
				
Line 88... Line 88...
88
				if ($aso_ligne['poids'] != 0) {
88
				if ($aso_ligne['poids'] != 0) {
89
					
89
					
90
					$aso_ligne['url'] = sprintf($bazar['url'],$ligne['bf_id_fiche']);
90
					$aso_ligne['url'] = sprintf($bazar['url'],$ligne['bf_id_fiche']);
91
					$aso_ligne['url_simple'] = $aso_ligne['url'] ;
91
					$aso_ligne['url_simple'] = $aso_ligne['url'] ;
92
					$aso_ligne['titre'] = htmlentities($ligne['bf_titre']);
92
					$aso_ligne['titre'] = htmlentities($ligne['bf_titre'], ENT_COMPAT|ENT_HTML401, 'ISO8859-15');
93
					$aso_ligne['description'] = htmlentities(More_Recherche::couperTexte($ligne['bf_description'], MORE_RESULTAT_TAILLE_DESCRIPTION));
93
					$aso_ligne['description'] = htmlentities(More_Recherche::couperTexte($ligne['bf_description'], MORE_RESULTAT_TAILLE_DESCRIPTION), ENT_COMPAT|ENT_HTML401, 'ISO8859-15');
94
					$aso_resultat[] = $aso_ligne;	
94
					$aso_resultat[] = $aso_ligne;	
Line 95... Line 95...
95
				}
95
				}