Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 17 → Rev 18

/trunk/controleurs/aControleur.php
28,8 → 28,7
protected $url = null;
public function __construct() {
$registre = Registre::getInstance();
$this->parametres = $registre->get('parametres');
$this->parametres = Registre::get('parametres');
$this->url = $this->parametres['url'];
parent::__construct();
}