This commit is contained in:
2020-11-15 17:49:27 +01:00
parent ba27cb51b3
commit 81edd7b208
71 changed files with 1320 additions and 28 deletions

View File

@ -53,6 +53,15 @@ app_config_logo:
path: /admin/config/logo
defaults: { _controller: App\Controller\ConfigController:logo }
#== Theme ================================================================================================================
app_theme:
path: /admin/theme
defaults: { _controller: App\Controller\ThemeController:list }
app_theme_select:
path: /admin/theme/select/{name}
defaults: { _controller: App\Controller\ThemeController:select, name: "" }
#== Sonde ================================================================================================================
app_sonde:
path: /sonde