Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1874 Rev 1907
Line 207... Line 207...
207
		$intitule = $infos['prenom'].' '.$infos['nom'];
207
		$intitule = $infos['prenom'].' '.$infos['nom'];
208
		return $intitule;
208
		return $intitule;
209
	}
209
	}
Line 210... Line 210...
210
 
210
 
-
 
211
	private function formaterBinaireHref($infos) {
-
 
212
		return sprintf(
-
 
213
			$this->conteneur->getParametre('cel_img_url_tpl'),
211
	private function formaterBinaireHref($infos) {
214
			$infos['id_image'],
-
 
215
			$this->conteneur->getParametre('determinations.format_image')
212
		return sprintf($this->conteneur->getParametre('determinations.url_image_tpl'), $infos['id_image']);
216
		);
Line 213... Line 217...
213
	}
217
	}
214
 
218
 
215
	private function formaterLieu($infos) {
219
	private function formaterLieu($infos) {