Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1357 Rev 1552
Line 39... Line 39...
39
		}
39
		}
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 -... Line 43...
-
 
43
	
-
 
44
	public function getUsage() {
-
 
45
	    $tpl = Config::get('texteTpl');
-
 
46
	    $params = array('masque' => $this->id);
-
 
47
	    $url = $this->formaterUrl($tpl, $params);
-
 
48
	    return $this->chargerDonnees($url);
-
 
49
	}
43
	
50
	
44
	public function getPageUrl() {
51
	public function getPageUrl() {
45
		$url = '';
52
		$url = '';
46
		if(Config::get($this->getProjet().'LienPageTpl')) {
53
		if(Config::get($this->getProjet().'LienPageTpl')) {
47
			$tpl = Config::get($this->getProjet().'LienPageTpl');
54
			$tpl = Config::get($this->getProjet().'LienPageTpl');