Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 998 Rev 1145
Line 27... Line 27...
27
		$url = $this->formaterUrl($tpl, $params);
27
		$url = $this->formaterUrl($tpl, $params);
28
		return $this->chargerDonnees($url);
28
		return $this->chargerDonnees($url);
29
	}
29
	}
Line 30... Line 30...
30
 
30
 
31
	public function getNom($nn) {
-
 
32
		$url = $this->getUrlNom($nn);
31
	public function getNom($nn) {
33
		return $this->chargerDonnees($url);
32
		return $this->chargerDonnees($this->getUrlNom($nn));
Line 34... Line 33...
34
	}
33
	}
35
	
34