Skip to content

Commit

Permalink
Link to the about page
Browse files Browse the repository at this point in the history
refs #9247
  • Loading branch information
Al2Klimov committed Jun 2, 2015
1 parent 887bd0b commit 5b8de49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/Icinga/Web/Menu.php
Expand Up @@ -279,6 +279,11 @@ protected function addMainMenuItems()
'priority' => 990,
'renderer' => 'ForeignMenuItemRenderer'
));

$this->add(t('About'), array(
'url' => 'about',
'priority' => 1000
));
}
}

Expand Down

0 comments on commit 5b8de49

Please sign in to comment.