nav: fix "See all notifications"
This commit is contained in:
parent
11aa83742e
commit
9047840ec2
4 changed files with 5 additions and 4 deletions
|
|
@ -116,7 +116,7 @@ function nav(&$a) {
|
|||
if($_SESSION['page_flags'] == PAGE_NORMAL) {
|
||||
$nav['introductions'] = array('notifications/intros', t('Introductions'), "", t('Friend Requests'));
|
||||
$nav['notifications'] = array('notifications', t('Notifications'), "", t('Notifications'));
|
||||
$nav['notifications_all']=array('notifications/network', t('See all notifications', "", ""));
|
||||
$nav['notifications']['all']=array('notifications/network', t('See all notifications', "", ""));
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue