Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 803 Rev 946
Line 205... Line 205...
205
	}
205
	}
Line 206... Line 206...
206
 
206
 
207
	public function getParametresUrlPopUpIllustrations() {
207
	public function getParametresUrlPopUpIllustrations() {
208
		$parametres = array(
208
		$parametres = array(
209
				'module' => 'popup-illustrations',
209
				'module' => 'popup-illustrations',
-
 
210
				'action' => 'fiche',
210
				'action' => 'fiche'
211
				'referentiel' => Registre::get('parametres.referentiel')
211
		);
212
		);
212
		return $parametres;
213
		return $parametres;
Line 213... Line 214...
213
	}
214
	}
Line 241... Line 242...
241
 
242
 
242
	public function getParametresUrlPopUpContact($action) {
243
	public function getParametresUrlPopUpContact($action) {
243
		$action = is_null($action) ? 'form' : $action;
244
		$action = is_null($action) ? 'form' : $action;
244
		$parametres = array(
245
		$parametres = array(
245
				'module' => 'popup-contact',
246
				'module' => 'popup-contact',
-
 
247
				'action' => $action,
246
				'action' => $action
248
				'referentiel' => Registre::get('parametres.referentiel')
247
		);
249
		);
248
		return $parametres;
250
		return $parametres;
Line 249... Line 251...
249
	}
251
	}