[fix/folders] move files up one level

Root folder now equals the root folder of the extension.
This commit is contained in:
Marc Alexander
2013-10-29 18:19:15 +01:00
parent 6695373e0b
commit 0ed406ae04
268 changed files with 0 additions and 0 deletions

8
config/routing.yml Normal file
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" }

12
config/services.yml Normal file
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%