Subversion Repositories Applications.papyrus

Rev

Rev 2097 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2097 Rev 2104
Line 88... Line 88...
88
				if ($aso_ligne['poids'] != 0) {
88
				if ($aso_ligne['poids'] != 0) {
Line 89... Line 89...
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']);
93
					$aso_ligne['description'] = htmlentities($this->couperTexte($ligne['bf_description'], MORE_RESULTAT_TAILLE_DESCRIPTION));
93
					$aso_ligne['description'] = htmlentities(More_Recherche::couperTexte($ligne['bf_description'], MORE_RESULTAT_TAILLE_DESCRIPTION));
94
					$aso_resultat[] = $aso_ligne;	
94
					$aso_resultat[] = $aso_ligne;	
95
				}
95
				}
Line 96... Line 96...
96
			}
96
			}