Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1554 → Rev 1555

/trunk/metier/api_0.1/Textes.php
42,7 → 42,7
}
public function getUsage() {
$tpl = Config::get('texteTpl');
$tpl = Config::get('textesTpl');
$params = array('masque' => $this->id);
$url = $this->formaterUrl($tpl, $params);
$url .= "?masque=".str_replace(" ", "_", $this->id);