Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 965 Rev 979
Line 81... Line 81...
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['titre'] = "Description de ".ucfirst($base);
84
						$this->donnees['titre'] = "Description de ".ucfirst($base);
85
						$this->donnees['description'] = $this->donnees[$base]['description'];
85
						$this->donnees['description'] = $this->donnees[$base]['description'];
-
 
86
						unset($this->donnees[$base]);
86
						break;
87
						break;
87
					}
88
					}
88
				}
89
				}
89
			}
90
			}
90
		}
91
		}