... | ... |
@@ -12,8 +12,6 @@ class Modele{ |
12 | 12 |
if(preg_match("#[ ]*([a-zA-Z_]*)[ ]*[:][ ]*([a-zA-Z ]*[ ]*)#",$ligne,$matches)){ |
13 | 13 |
$this->page[$matches[1]] = $matches[2]; |
14 | 14 |
} |
15 |
- } |
|
16 |
- include MODELS_PATH.DIRECTORY_SEPARATOR.$base_param['name'].'.php'; |
|
17 | 15 |
}else{ |
18 | 16 |
$this->page['name'] = $base_param['name']; |
19 | 17 |
$this->page['description'] = $base_param['description']; |