Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 985 Rev 1139
Line 12... Line 12...
12
		$tpl = Config::get('statutsZoneGeoTpl');
12
		$tpl = Config::get('statutsZoneGeoTpl');
13
		$params = array('projet' => $projet,'id' => $nn);
13
		$params = array('projet' => $projet,'id' => $nn);
14
		$url = $this->formaterUrl($tpl, $params);
14
		$url = $this->formaterUrl($tpl, $params);
15
		return $this->chargerDonnees($url);
15
		return $this->chargerDonnees($url);
16
	}
16
	}
-
 
17
	
-
 
18
	public function getCategorieListeRouge($projet, $nn) {
-
 
19
		$tpl = Config::get('listeRougeTpl');
-
 
20
		$params = array('projet' => $projet,'id' => $nn);
-
 
21
		$url = $this->formaterUrl($tpl, $params);
-
 
22
		return $this->chargerDonnees($url);
-
 
23
	}
17
}
24
}
18
25