Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1092 Rev 1357
Line 35... Line 35...
35
			$params = array('id' => $this->id, 'txtFormat' => $this->format, 'sectionTitre' => $this->sectionTitre);
35
			$params = array('id' => $this->id, 'txtFormat' => $this->format, 'sectionTitre' => $this->sectionTitre);
36
		} else {
36
		} else {
37
			$tpl = Config::get('texteTpl');
37
			$tpl = Config::get('texteTpl');
38
			$params = array('id' => $this->id, 'txtFormat' => $this->format);
38
			$params = array('id' => $this->id, 'txtFormat' => $this->format);
39
		}
39
		}
40
		return $this->chargerDonnees($this->formaterUrl($tpl, $params));
40
		$url = $this->formaterUrl($tpl, $params);
-
 
41
		return $this->chargerDonnees($url);
41
	}
42
	}
Line 42... Line 43...
42
	
43
	
43
	public function getPageUrl() {
44
	public function getPageUrl() {
44
		$url = '';
45
		$url = '';