Commit
commit 7b5413cbe1e254d9b22a053b42b76dbc38445fb5 Author: Jan DankertDate: Thu Oct 22 13:49:13 2020 +0200 Refactoring: Generating the root HTML with a clean template. modules/cms/ui/UI.class.php | 26 +--- modules/cms/ui/action/IndexAction.class.php | 1 + .../ui/themes/default/html/views/index/show.php | 159 +++++++++------------ .../default/html/views/index/show.tpl.src.xml | 102 +++++++++++++ .../engine/TemplateEngine.class.php | 40 ++---- .../engine/TemplateRunner.class.php | 46 ++++++ 6 files changed, 237 insertions(+), 137 deletions(-)