diff --git a/Resources/config/routing/event.yml b/Resources/config/routing/event.yml index 84d775aab..c6e7ebe79 100644 --- a/Resources/config/routing/event.yml +++ b/Resources/config/routing/event.yml @@ -9,6 +9,13 @@ event_show: event_new: path: /new defaults: { _controller: "ChillEventBundle:Event:new" } + options: + menus: + section: + order: 11 + label: Add an event + icons: [plus, calendar-o] + event_create: path: /create