Merge remote-tracking branch 'origin/master' into feature/refine-ui-for-rc1-9361
This commit is contained in:
commit
b3028e9988
|
@ -237,6 +237,10 @@ class Menu implements RecursiveIterator
|
||||||
'priority' => 700,
|
'priority' => 700,
|
||||||
'renderer' => 'ProblemMenuItemRenderer'
|
'renderer' => 'ProblemMenuItemRenderer'
|
||||||
));
|
));
|
||||||
|
$section->add(t('About'), array(
|
||||||
|
'url' => 'about',
|
||||||
|
'priority' => 701
|
||||||
|
));
|
||||||
if (Logger::writesToFile()) {
|
if (Logger::writesToFile()) {
|
||||||
$section->add(t('Application Log'), array(
|
$section->add(t('Application Log'), array(
|
||||||
'url' => 'list/applicationlog',
|
'url' => 'list/applicationlog',
|
||||||
|
@ -279,11 +283,6 @@ class Menu implements RecursiveIterator
|
||||||
'priority' => 990,
|
'priority' => 990,
|
||||||
'renderer' => 'ForeignMenuItemRenderer'
|
'renderer' => 'ForeignMenuItemRenderer'
|
||||||
));
|
));
|
||||||
|
|
||||||
$this->add(t('About'), array(
|
|
||||||
'url' => 'about',
|
|
||||||
'priority' => 1000
|
|
||||||
));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue