Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1553 Rev 1555
Line 40... Line 40...
40
		$url = $this->formaterUrl($tpl, $params);
40
		$url = $this->formaterUrl($tpl, $params);
41
		return $this->chargerDonnees($url);
41
		return $this->chargerDonnees($url);
42
	}
42
	}
Line 43... Line 43...
43
	
43
	
44
	public function getUsage() {
44
	public function getUsage() {
45
	    $tpl = Config::get('texteTpl');
45
	    $tpl = Config::get('textesTpl');
46
	    $params = array('masque' => $this->id);
46
	    $params = array('masque' => $this->id);
47
	    $url = $this->formaterUrl($tpl, $params);
47
	    $url = $this->formaterUrl($tpl, $params);
48
	    $url .= "?masque=".str_replace(" ", "_", $this->id);
48
	    $url .= "?masque=".str_replace(" ", "_", $this->id);
49
	    return $this->chargerDonnees($url);
49
	    return $this->chargerDonnees($url);