Commit

commit a78336abeae25bb552be9dec57975b7212fc8d0e
Author: Jan Dankert 
Date:   Wed Nov 17 23:22:19 2021 +0100

    Refactoring: Using a template context for templates instead of the HTTP-Request-Data

 modules/cms/ui/UI.class.php                        |  2 +-
 modules/template_engine/TemplateCompiler.php       |  9 ++++----
 .../components/html/Component.class.php            |  5 ++--
 .../html/component_form/FormComponent.class.php    |  6 ++---
 .../html/component_link/LinkComponent.class.php    |  4 ++--
 .../engine/TemplateContext.class.php               | 27 ++++++++++++++++++++++
 .../engine/TemplateEngine.class.php                |  4 ++--
 .../engine/TemplateRunner.class.php                |  5 ----
 8 files changed, 43 insertions(+), 19 deletions(-)