Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 46 Rev 54
Line 109... Line 109...
109
		}
109
		}
110
		echo "\n";
110
		echo "\n";
111
	}
111
	}
Line 112... Line 112...
112
 
112
 
113
	private function initialiserGenerationNomsSciHtml() {
-
 
114
		require_once dirname(__FILE__).DS.'GenerateurNomSciHtml.php';
-
 
115
		echo dirname(__FILE__).DS.'GenerateurNomSciHtml.php';
113
	private function initialiserGenerationNomsSciHtml() {
116
		$this->table = Config::get('tables.bdtfx');
114
		$this->table = Config::get('tables.bdtfx');
Line 117... Line 115...
117
	}
115
	}
118
 
116