This commit is contained in:
2020-11-15 17:50:07 +01:00
parent 4523f516e0
commit 85ff851a1a
72 changed files with 1344 additions and 31 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