Erste lauffähige Umgebung

This commit is contained in:
2017-01-09 07:12:57 +00:00
parent b974059208
commit 30efdc809c
25 changed files with 1770 additions and 193 deletions

View File

@@ -82,7 +82,7 @@ class StandardView
public function render()
{
ob_start();
include_once($this->template);
include($this->template);
$templateContent = ob_get_contents();
ob_end_clean();