Link to the about page

refs #9247
This commit is contained in:
Alexander A. Klimov 2015-06-02 17:16:27 +02:00
parent 887bd0b8f0
commit 5b8de49cdf
1 changed files with 5 additions and 0 deletions

View File

@ -279,6 +279,11 @@ class Menu implements RecursiveIterator
'priority' => 990,
'renderer' => 'ForeignMenuItemRenderer'
));
$this->add(t('About'), array(
'url' => 'about',
'priority' => 1000
));
}
}