svg
This commit is contained in:
@ -15,3 +15,4 @@ twig:
|
||||
appNinegateactivate: '%appNinegateactivate%'
|
||||
appNinegateurl: '%appNinegateurl%'
|
||||
appNinegatemoderegistration: '%appNinegatemoderegistration%'
|
||||
protocole: '%protocole%'
|
||||
|
@ -3,9 +3,14 @@ app_home:
|
||||
path: /
|
||||
defaults: { _controller: App\Controller\HomeController:home }
|
||||
|
||||
app_feed:
|
||||
path: /feed/{nb}
|
||||
defaults: { _controller: App\Controller\HomeController:feed, nb: 0 }
|
||||
|
||||
app_feedhome:
|
||||
path: /feedhome/{nb}
|
||||
defaults: { _controller: App\Controller\HomeController:feedhome, nb: 0 }
|
||||
|
||||
app_feeduser:
|
||||
path: /feeduser/{userpseudo}/{nb}
|
||||
defaults: { _controller: App\Controller\HomeController:feeduser, nb: 0 }
|
||||
|
||||
app_admin:
|
||||
path: /admin/home
|
||||
@ -167,15 +172,15 @@ app_user_category:
|
||||
defaults: { _controller: App\Controller\CategoryController:listuser }
|
||||
|
||||
app_category_submit:
|
||||
path: /admin/category/submit/{by}/{userid}
|
||||
path: /user/category/submit/{by}/{userid}
|
||||
defaults: { _controller: App\Controller\CategoryController:submit }
|
||||
|
||||
app_category_update:
|
||||
path: /admin/category/update/{id}/{by}
|
||||
path: /user/category/update/{id}/{by}
|
||||
defaults: { _controller: App\Controller\CategoryController:update }
|
||||
|
||||
app_category_delete:
|
||||
path: /admin/category/delete/{id}/{by}
|
||||
path: /user/category/delete/{id}/{by}
|
||||
defaults: { _controller: App\Controller\CategoryController:delete }
|
||||
|
||||
#== Illustration ==================================================================================================
|
||||
@ -225,19 +230,19 @@ app_webzine_submit:
|
||||
defaults: { _controller: App\Controller\WebzineController:submit }
|
||||
|
||||
app_webzine_update:
|
||||
path: /admin/webzine/update/{id}/{by}
|
||||
path: /user/webzine/update/{id}/{by}
|
||||
defaults: { _controller: App\Controller\WebzineController:update }
|
||||
|
||||
app_webzine_delete:
|
||||
path: /admin/webzine/delete/{id}/{by}
|
||||
path: /user/webzine/delete/{id}/{by}
|
||||
defaults: { _controller: App\Controller\WebzineController:delete }
|
||||
|
||||
app_webzine_crop:
|
||||
path: /admin/webzine/crop/{type}/{reportinput}
|
||||
path: /user/webzine/crop/{type}/{reportinput}
|
||||
defaults: { _controller: App\Controller\CropController:crop02 }
|
||||
|
||||
app_webzine_upload:
|
||||
path: /admin/webzine/upload
|
||||
path: /user/webzine/upload
|
||||
defaults: { _controller: App\Controller\WebzineController:upload }
|
||||
|
||||
app_webzine_view:
|
||||
|
Reference in New Issue
Block a user