Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1356 → Rev 1357

/trunk/metier/api_0.1/Textes.php
37,7 → 37,8
$tpl = Config::get('texteTpl');
$params = array('id' => $this->id, 'txtFormat' => $this->format);
}
return $this->chargerDonnees($this->formaterUrl($tpl, $params));
$url = $this->formaterUrl($tpl, $params);
return $this->chargerDonnees($url);
}
public function getPageUrl() {