[move_to_portal] Move portal files from root folder to portal folder

This commit is contained in:
Marc Alexander
2013-10-29 13:32:09 +01:00
parent 7214de04b7
commit ffef91d62f
268 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
board3_controller:
pattern: /portal
defaults: { _controller: board3.portal.main:handle }
# This is currently not supported yet
board3_pages_controller:
pattern: /portal/{page}
defaults: { _controller: board3.portal.main:handle_page, page: "portal" }

View File

@@ -0,0 +1,12 @@
services:
board3.portal.main:
class: \board3\portal\controller\main
arguments:
- @auth
- @config
- @template
- @user
- @path_helper
- %core.root_path%
- .%core.php_ext%