Subversion Repositories Applications.referentiel

Rev

Rev 399 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 399 Rev 400
Line 171... Line 171...
171
	protected function definirCommeModulePrincipal($module_nom) {
171
	protected function definirCommeModulePrincipal($module_nom) {
172
		$GLOBALS['module_principal'] = $module_nom;
172
		$GLOBALS['module_principal'] = $module_nom;
173
	}
173
	}
Line 174... Line 174...
174
 
174
 
-
 
175
	private function getModulePrincipalCourant() {
175
	private function getModulePrincipalCourant() {
176
		if (array_key_exists('module_principal', $GLOBALS)) {
176
		return $GLOBALS['module_principal'];
177
			return $GLOBALS['module_principal'];
-
 
178
		}
Line 177... Line 179...
177
	}
179
	}
178
	
180
	
179
	/**
181
	/**
180
	 * Construction du menu et stockage dans le conteneur de sortie RENDU_MENU.
182
	 * Construction du menu et stockage dans le conteneur de sortie RENDU_MENU.