Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 82 Rev 83
Line 28... Line 28...
28
	
28
	
29
	/**
29
	/**
30
	 * Constructeur vide
30
	 * Constructeur vide
31
	 */
31
	 */
32
	public function __construct() {
32
	public function __construct() {
33
		$meta = array('titre' => '', 'description' => '', 'tags' => '');
33
		$sortie = array('titre' => '', 'description' => '', 'tags' => '',
34
		$sortie = array('metadonnees' => $meta, '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'));
36
		self::$parametres = array(	'module' => 'Recherche', 
36
		self::$parametres = array(	'module' => 'Recherche', 
37
			'action' => 'executerActionParDefaut',
37
			'action' => 'executerActionParDefaut',
38
			'sortie' => $sortie,
38
			'sortie' => $sortie,