This commit is contained in:
2024-10-31 11:48:30 +01:00
parent 86c4296061
commit ad60b9372c
16 changed files with 323 additions and 129 deletions

View File

@ -212,12 +212,16 @@ app_illustration_view:
defaults: { _controller: App\Controller\IllustrationController:view }
#== Webzine ==================================================================================================
app_webzine:
path: /admin/webzine/list/{by}
app_admin_webzine:
path: /admin/webzine/list/{by}/{userid}
defaults: { _controller: App\Controller\WebzineController:list }
app_user_webzine:
path: /user/webzine/list
defaults: { _controller: App\Controller\WebzineController:listuser }
app_webzine_submit:
path: /admin/webzine/submit/{by}
path: /user/webzine/submit/{by}/{userid}
defaults: { _controller: App\Controller\WebzineController:submit }
app_webzine_update:
@ -228,18 +232,18 @@ app_webzine_delete:
path: /admin/webzine/delete/{id}/{by}
defaults: { _controller: App\Controller\WebzineController:delete }
app_webzine_view:
path: /webzine/view/{idcat}/{id}/{by}
defaults: { _controller: App\Controller\WebzineController:view }
app_webzine_crop:
path: /admin/webzine/crop/{type}/{reportinput}/{by}
path: /admin/webzine/crop/{type}/{reportinput}
defaults: { _controller: App\Controller\CropController:crop02 }
app_webzine_upload:
path: /admin/webzine/upload
defaults: { _controller: App\Controller\WebzineController:upload }
app_webzine_view:
path: /webzine/view/{idcat}/{id}/{by}
defaults: { _controller: App\Controller\WebzineController:view }
#== Link ===========================================================================================================
app_link:
path: /admin/link