Added "Help Center" link to Help menu for Josh

This commit is contained in:
Albert Santoni 2014-12-17 16:10:04 -05:00
parent d5fc90e9d3
commit a0f5e33855
1 changed files with 5 additions and 0 deletions

View File

@ -114,6 +114,11 @@ $pages = array(
'uri' => '#',
'resource' => 'dashboard',
'pages' => array(
array(
'label' => _('Help Center'),
'uri' => "http://help.sourcefabric.org/",
'target' => "_blank"
),
array(
'label' => _('Getting Started'),
'module' => 'default',