Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1553 Rev 1554
Line 62... Line 62...
62
	    $this->textes->setId ($this->nomCourant->getNomRetenu()->get('nom_sci'));
62
	    $this->textes->setId ($this->nomCourant->getNomRetenu()->get('nom_sci'));
63
	    $texte = $this->textes->getUsage();
63
	    $texte = $this->textes->getUsage();
Line 64... Line 64...
64
	    
64
	    
65
	    if ($texte['resultats']) {
65
	    if ($texte['resultats']) {
66
	        $plantuse ['titre'] = "Résumé des usages de Pl@ntUse";
66
	        $plantuse ['titre'] = "Résumé des usages de Pl@ntUse";
67
	        $plantuse ['description'] = $texte['resultats'];
67
	        $plantuse ['description'] = $this->mettreEnFormePlantUse($texte['resultats']);
68
	    }
68
	    }
69
	    $this->meta->setProjet('plantuse');
69
	    $this->meta->setProjet('plantuse');
70
	    $meta = $this->meta->getMetaDonnees ();
70
	    $meta = $this->meta->getMetaDonnees ();
71
	    $plantuse ['meta'] = $meta [0];
71
	    $plantuse ['meta'] = $meta [0];