Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1264 Rev 1460
Line 158... Line 158...
158
		$url = $this->urlBase->getURL();
158
		$url = $this->urlBase->getURL();
159
		return $url;
159
		return $url;
160
	}*/
160
	}*/
Line 161... Line 161...
161
 
161
 
-
 
162
	public function getParametresUrlFiche() {
162
	public function getParametresUrlFiche() {
163
		$referentiel = (Registre::get('parametres.referentiel') == "bdtfxr") ? 'bdtfx' : Registre::get('parametres.referentiel');
163
		$parametres = array(
164
		$parametres = array(
164
			'referentiel' => Registre::get('parametres.referentiel'),
165
			'referentiel' => $referentiel,
165
			'niveau' => Registre::get('parametres.niveau'),
166
			'niveau' => Registre::get('parametres.niveau'),
166
			'module' => 'fiche',
167
			'module' => 'fiche',
167
			'action' => 'fiche'
168
			'action' => 'fiche'
168
		);
169
		);