Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1105 Rev 1114
Line 270... Line 270...
270
		$parametres['id_img'] = $idImage;
270
		$parametres['id_img'] = $idImage;
271
		$this->urlPopUp->setRequete($parametres);
271
		$this->urlPopUp->setRequete($parametres);
272
		$url = $this->urlPopUp->getURL();
272
		$url = $this->urlPopUp->getURL();
273
		return $url;
273
		return $url;
274
	}
274
	}
-
 
275
	
-
 
276
	public function obtenirUrlMauvaiseIdentification($idObs) {
-
 
277
		$tpl = Config::get('urlMauvaiseIdentificationTpl');
-
 
278
		$url = sprintf($tpl, $idObs);
-
 
279
		return $url;
-
 
280
	}
-
 
281
	
-
 
282
	public function obtenirUrlProfilAnnuaire($idUtilisateur) {
-
 
283
		$tpl = Config::get('baseUrlProfilAnnuaireTpl');
-
 
284
		$url = sprintf($tpl, $idUtilisateur);
-
 
285
		return $url;
-
 
286
	}
275
}
287
}
276
?>
288
?>
277
289