Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1514 | Show entire file | Regard 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;