Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 957 Rev 965
Line 138... Line 138...
138
			}else { $chaine = "en ".$this->mois[(int)$mois_fleurs];
138
			}else { $chaine = "en ".$this->mois[(int)$mois_fleurs];
139
			}
139
			}
140
		}
140
		}
141
		return $chaine;
141
		return $chaine;
142
	}
142
	}
-
 
143
	
-
 
144
	public function getUrlWikipedia() {
-
 
145
		if(!isset($this->donnees['wp'])) {
-
 
146
			$this->getWikipedia();
-
 
147
		}
-
 
148
		return $this->donnees['wp'];
-
 
149
	}
Line 143... Line 150...
143
 
150
 
144
	public function getWikipedia() {
151
	public function getWikipedia() {
145
		$wp = array();
152
		$wp = array();
146
		$this->textes->setProjet('wikipedia');
153
		$this->textes->setProjet('wikipedia');