Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1165 Rev 1180
Line 145... Line 145...
145
	}
145
	}
Line 146... Line 146...
146
	
146
	
147
	private function getMoissonnageMiniature() {
147
	private function getMoissonnageMiniature() {
148
		$projetMoissonnage = Config::get($this->referentiel.'.baseMoissonnage');
148
		$projetMoissonnage = Config::get($this->referentiel.'.baseMoissonnage');
149
		$url = null;
149
		$url = null;
150
		if ($projetRepartition != "") {
150
		if ($projetMoissonnage != "") {
151
			$this->cartes->setProjet('moissonnage');
151
			$this->cartes->setProjet('moissonnage');
152
			$this->cartes->setLargeur('190');
152
			$this->cartes->setLargeur('190');
153
			$this->cartes->setInfoReferentiel($this->referentiel);
153
			$this->cartes->setInfoReferentiel($this->referentiel);
154
			$this->cartes->setInfoNom($this->nomCourant->getNt());
154
			$this->cartes->setInfoNom($this->nomCourant->getNt());