Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1514 Rev 1562
Line 160... Line 160...
160
 
160
 
161
	public function getParametresUrlFiche() {
161
	public function getParametresUrlFiche() {
162
		$referentiel = (Registre::get('parametres.referentiel') == "bdtfxr") ? 'bdtfx' : Registre::get('parametres.referentiel');
162
		$referentiel = (Registre::get('parametres.referentiel') == "bdtfxr") ? 'bdtfx' : Registre::get('parametres.referentiel');
163
		$parametres = array(
163
		$parametres = array(
164
			'referentiel' => $referentiel,
164
			'referentiel' => $referentiel,
165
			'niveau' => Registre::get('parametres.niveau'),
165
			// 'niveau' => Registre::get('parametres.niveau'),
166
			'module' => 'fiche',
166
			'module' => 'fiche',
167
			'action' => 'fiche'
167
			'action' => 'fiche'
168
		);
168
		);
169
		return $parametres;
169
		return $parametres;
Line 292... Line 292...
292
		$tpl = Config::get('baseUrlProfilAnnuaireTpl');
292
		$tpl = Config::get('baseUrlProfilAnnuaireTpl');
293
		$url = sprintf($tpl, $idUtilisateur);
293
		$url = sprintf($tpl, $idUtilisateur);
294
		return $url;
294
		return $url;
295
	}
295
	}
296
}
296
}
297
?>
-
 
298
297
?>
-
 
298