[ticket/207] Add links to portal in header and footer

Also added tests for listener.
This commit is contained in:
Marc Alexander
2014-07-27 22:03:52 +02:00
parent 3bc2bfd67e
commit 8567a5c931
8 changed files with 253 additions and 0 deletions

View File

@@ -78,3 +78,13 @@ services:
- @dbal.conn
- @board3.portal.modules_helper
- @user
board3.portal.listener:
class: board3\portal\event\listener
arguments:
- @controller.helper
- @template
- @user
- %core.php_ext%
tags:
- { name: event.listener }