| Line 141... |
Line 141... |
| 141 |
$baseflor['climat_url'] = $informations['graphique_climat']['href']."?retour.format=500";
|
141 |
$baseflor['climat_url'] = $informations['graphique_climat']['href']."?retour.format=500";
|
| 142 |
$baseflor['sol_url'] = $informations['graphique_sol']['href']."?retour.format=500";
|
142 |
$baseflor['sol_url'] = $informations['graphique_sol']['href']."?retour.format=500";
|
| 143 |
$baseflor['climat_url_png'] = $informations['graphique_climat']['href']."?retour=image/png";
|
143 |
$baseflor['climat_url_png'] = $informations['graphique_climat']['href']."?retour=image/png";
|
| 144 |
$baseflor['sol_url_png'] = $informations['graphique_sol']['href']."?retour=image/png";
|
144 |
$baseflor['sol_url_png'] = $informations['graphique_sol']['href']."?retour=image/png";
|
| 145 |
$this->graphique -> setProjet('baseflor');
|
145 |
$this->graphique -> setProjet('baseflor');
|
| 146 |
$baseflor['legende_eco'] = Config::get('chemin_images').'legende_formes.png';
|
146 |
$baseflor['legende_eco'] = $this->urls->obtenirUrlBaseDossier() . Config::get('dossier_images') . '/legende_formes.png';
|
| 147 |
$this->meta->setProjet('baseflor');
|
147 |
$this->meta->setProjet('baseflor');
|
| 148 |
$meta = $this->meta->getMetaDonnees();
|
148 |
$meta = $this->meta->getMetaDonnees();
|
| 149 |
$citation = $meta[0]['citation'];
|
149 |
$citation = $meta[0]['citation'];
|
| 150 |
$baseflor['meta']['citation'] = $citation;
|
150 |
$baseflor['meta']['citation'] = $citation;
|
| 151 |
}else {
|
151 |
}else {
|