Skip to content

Commit 86ec192

Browse files
committed
Merge pull request #132 from heiglandreas/feature/addSlackChannel
Adds links to the slack-channel
2 parents a892d4c + 1393783 commit 86ec192

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: src/module/Phpug/config/module.config.php

+15
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,21 @@
373373
'label' => 'About',
374374
'route' => 'ug/about',
375375
),
376+
array(
377+
'label' => 'Slack',
378+
'uri' => 'https://phpug.slack.com',
379+
'pages' => array(
380+
array(
381+
'label' => 'Usergroup-Team',
382+
'uri' => 'https://phpug.slack.com',
383+
),
384+
array(
385+
'label' => 'Get an Invitation',
386+
'uri' => 'http://murmuring-forest-7062.herokuapp.com',
387+
)
388+
),
389+
),
390+
376391
),
377392
),
378393
'service_manager' => array(

0 commit comments

Comments
 (0)