renaming welcome->homepage route

This commit is contained in:
Marc Ducobu 2014-11-12 11:06:32 +01:00
parent 17188be855
commit 43aa7a1e8d

View File

@ -2,7 +2,7 @@ root:
pattern: / pattern: /
defaults: defaults:
_controller: FrameworkBundle:Redirect:urlRedirect _controller: FrameworkBundle:Redirect:urlRedirect
path: /welcome path: /homepage
permanent: true permanent: true
options: options:
menus: menus:
@ -12,7 +12,7 @@ root:
icon: home icon: home
cl_chill_main_homepage: cl_chill_main_homepage:
pattern: /welcome pattern: /homepage
defaults: { _controller: ChillMainBundle:Default:index } defaults: { _controller: ChillMainBundle:Default:index }
chill_main_admin_central: chill_main_admin_central: