Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 333 Rev 334
Line 32... Line 32...
32
		$this->meta->setProjet('bdtfx');
32
		$this->meta->setProjet('bdtfx');
33
		$meta = $this->meta->getMetaDonnees();
33
		$meta = $this->meta->getMetaDonnees();
34
		$titreMeta = $meta[0]['titre'];
34
		$titreMeta = $meta[0]['titre'];
35
		$donnees['meta']['titre'] = $titreMeta;
35
		$donnees['meta']['titre'] = $titreMeta;
36
		$donnees['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('bdtfx');
36
		$donnees['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('bdtfx');
-
 
37
		$donnees['urls'] = $this->appUrls;
Line 37... Line 38...
37
		
38
		
38
		return $donnees;
39
		return $donnees;
Line 39... Line 40...
39
	}
40
	}