Commit
commit 28d03bce94e0d7ceb2d9cfb42c4084bcabf051c3 Author: Jan DankertDate: Wed Feb 10 22:04:26 2021 +0100 Provide the theme configuration through a class. .../action/profile/ProfileUserinfoAction.class.php | 11 +-- modules/cms/base/DefaultConfig.class.php | 9 -- .../ui/action/index/IndexManifestAction.class.php | 17 ++-- .../cms/ui/action/index/IndexShowAction.class.php | 11 +-- .../action/index/IndexThemestyleAction.class.php | 15 ++- modules/cms/ui/themes/ThemeStyle.class.php | 108 +++++++++++++++++++++ .../themes/default/style/theme/openrat-theme.less | 42 ++++---- modules/util/text/Converter.class.php | 25 +++++ 8 files changed, 177 insertions(+), 61 deletions(-)