Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 752 Rev 756
Line 113... Line 113...
113
 
113
 
114
	public function getWikipedia() {
114
	public function getWikipedia() {
115
		$wp = array();
115
		$wp = array();
116
		$this->textes->setProjet('wikipedia');
116
		$this->textes->setProjet('wikipedia');
117
		$this->textes->setId($this->getIdWp());
117
		$this->textes->setId($this->getIdWp());
118
		$wp['titre'] = $texte['titre'];
118
		$wp['titre'] = $donnees['titre'] = "Description de wikipedia";
119
		$wp['lien'] = $this->textes->getPageUrl();
119
		$wp['lien'] = $this->textes->getPageUrl();
Line 120... Line 120...
120
		$wp['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('wikipedia');
120
		$wp['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('wikipedia');
121
 
121