Merge remote-tracking branch 'origin/master' into feature/refine-ui-for-rc1-9361

This commit is contained in:
Thomas Gelf 2015-06-16 11:49:03 +02:00
commit b3028e9988
1 changed files with 4 additions and 5 deletions

View File

@ -237,6 +237,10 @@ class Menu implements RecursiveIterator
'priority' => 700,
'renderer' => 'ProblemMenuItemRenderer'
));
$section->add(t('About'), array(
'url' => 'about',
'priority' => 701
));
if (Logger::writesToFile()) {
$section->add(t('Application Log'), array(
'url' => 'list/applicationlog',
@ -279,11 +283,6 @@ class Menu implements RecursiveIterator
'priority' => 990,
'renderer' => 'ForeignMenuItemRenderer'
));
$this->add(t('About'), array(
'url' => 'about',
'priority' => 1000
));
}
}