|
|
@@ -29,11 +29,7 @@ class MainView |
|
|
|
{ |
|
|
|
$root = filter_input(INPUT_SERVER, "DOCUMENT_ROOT"); |
|
|
|
|
|
|
|
$config = require $root."/../src/Config/Main.php"; |
|
|
|
|
|
|
|
$post = filter_input_array(INPUT_POST); |
|
|
|
|
|
|
|
echo $template = $this->templateModel |
|
|
|
echo $this->templateModel |
|
|
|
->set("url", $this->urlModel) |
|
|
|
->file($root."/../src/Templates/Main/Container.php") |
|
|
|
->render(); |
|
|
|