Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 601 Rev 606
Line 42... Line 42...
42
		$wikini['ecologie'] = $this->wikini->getTexteFormate($page_wiki, 'ecologie');
42
		$wikini['ecologie'] = $this->wikini->getTexteFormate($page_wiki, 'ecologie');
43
		return $wikini;
43
		return $wikini;
44
	}
44
	}
Line 45... Line 45...
45
	
45
	
46
	public function getBloc() {
46
	public function getBloc() {
47
		$donnees['titre'] = "Optimum écologique";
47
		$donnees = array();
-
 
48
		$donnees = $this->getBaseflor();
48
		$donnees = $this->getBaseflor();
49
		$donnees['titre'] = 'Optimum écologique';
49
		return $donnees;
50
		return $donnees;
Line 50... Line 51...
50
	}
51
	}
51
	
52