Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1552 Rev 1553
Line 43... Line 43...
43
	
43
	
44
	public function getUsage() {
44
	public function getUsage() {
45
	    $tpl = Config::get('texteTpl');
45
	    $tpl = Config::get('texteTpl');
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
	    return $this->chargerDonnees($url);
49
	    return $this->chargerDonnees($url);
Line 49... Line 50...
49
	}
50
	}
50
	
51