Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 88 Rev 112
Line 30... Line 30...
30
	 * Constructeur vide
30
	 * Constructeur vide
31
	 */
31
	 */
32
	public function __construct() {
32
	public function __construct() {
33
		$sortie = array('titre' => '', 'description' => '', 'tags' => '',
33
		$sortie = array('titre' => '', 'description' => '', 'tags' => '',
34
			'corps' => '', 'tete' => '', 'pied' => '', 'navigation' => '');
34
			'corps' => '', 'tete' => '', 'pied' => '', 'navigation' => '');
35
		$url = new Url(Config::get('url_base'));
35
		$url = new Url(Config::get('url_base_index'));
36
		self::$parametres = array(	'module' => 'Recherche', 
36
		self::$parametres = array(	'module' => 'Recherche', 
37
			'action' => 'executerActionParDefaut',
37
			'action' => 'executerActionParDefaut',
38
			'sortie' => $sortie,
38
			'sortie' => $sortie,
39
			'url' => $url);
39
			'url' => $url);
40
		parent::__construct();
40
		parent::__construct();