Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 422 Rev 441
Line 61... Line 61...
61
		return $eflore;
61
		return $eflore;
62
	}
62
	}
Line 63... Line 63...
63
 
63
 
64
	public function getBloc() {
64
	public function getBloc() {
65
		$donnees['chorodep'] = $this->getChorodepMiniature();
65
		$donnees['chorodep'] = $this->getChorodepMiniature();
66
		//$donnees['eflore'] = $this->getEfloreMiniature();
66
		$donnees['eflore'] = $this->getEfloreMiniature();
67
		return $donnees;
67
		return $donnees;
Line 68... Line 68...
68
	}
68
	}
69
	
69
	
Line 77... Line 77...
77
	
77
	
78
	private function getEfloreMiniature() {
78
	private function getEfloreMiniature() {
79
		$this->cartes->setProjet('eflore');
79
		$this->cartes->setProjet('eflore');
80
		$this->cartes->setLargeur('min');
80
		$this->cartes->setLargeur('min');
81
		$this->cartes->setInfoNom($this->nomCourant->getNomRetenu());
81
		$this->cartes->setInfoNom($this->nomCourant->getNomRetenu());
82
		return $this->cartes->getUrlMap();
82
		return $this->cartes->getUrlEflorePng();
83
	}
83
	}
84
}
84
}
85
?>
85
?>