Commit

commit 86feb9d73fc44573580f349ddc7de531349ca588
Author: Jan Dankert 
Date:   Wed Oct 21 23:13:01 2020 +0200

    Externalize constants.

 modules/cms/base/Startup.class.php                 |   1 +
 modules/cms/ui/action/IndexAction.class.php        |  69 +++--
 modules/cms/ui/themes/Theme.class.php              |  16 ++
 modules/cms/ui/themes/ThemeCompiler.class.php      |  37 ++-
 .../ui/themes/default/html/views/index/show.php    |  15 +-
 modules/cms/ui/themes/default/script/openrat.js    | 298 ++++++++++-----------
 .../cms/ui/themes/default/script/openrat.min.js    |   5 +-
 .../ui/themes/default/script/openrat/workbench.js  |   4 +-
 .../cms/ui/themes/default/style/openrat-ui.less    |   3 +
 modules/cms/ui/themes/default/style/openrat.css    |  12 +-
 .../cms/ui/themes/default/style/openrat.min.css    |   2 +-
 11 files changed, 241 insertions(+), 221 deletions(-)