Additional work to improve the install, template and the menu.

This commit is contained in:
markjcrane
2016-03-26 12:22:15 -06:00
parent aa89c4fe26
commit 5eef464cf3
5 changed files with 157 additions and 151 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ require_once "resources/require.php";
}
}
//start the output buffer
//get the template
ob_start();
$template = $_SESSION["template_content"];
eval('?>' . $template . '<?php ');