Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1551 → Rev 1552

/trunk/metier/api_0.1/Textes.php
41,6 → 41,13
return $this->chargerDonnees($url);
}
public function getUsage() {
$tpl = Config::get('texteTpl');
$params = array('masque' => $this->id);
$url = $this->formaterUrl($tpl, $params);
return $this->chargerDonnees($url);
}
public function getPageUrl() {
$url = '';
if(Config::get($this->getProjet().'LienPageTpl')) {