Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 987 Rev 1010
Line 79... Line 79...
79
			foreach ($bases_descriptions as $base) {
79
			foreach ($bases_descriptions as $base) {
80
				if ($this->aMethodeDescription($base)) {
80
				if ($this->aMethodeDescription($base)) {
81
					$fonction = 'get'.ucfirst($base);
81
					$fonction = 'get'.ucfirst($base);
82
					$this->$fonction();
82
					$this->$fonction();
83
					if(!empty($this->donnees[$base]['description'])) {
83
					if(!empty($this->donnees[$base]['description'])) {
-
 
84
						$this->donnees['type'] = $base;
84
						$this->donnees['titre'] = "Description de ".ucfirst($base);
85
						$this->donnees['titre'] = "Description de ".ucfirst($base);
85
						$this->donnees['description'] = $this->donnees[$base]['description'];
86
						$this->donnees['description'] = $this->donnees[$base]['description'];
86
						unset($this->donnees[$base]);
87
						unset($this->donnees[$base]);
87
						break;
88
						break;
88
					}
89
					}