nav: fix intro notification url, fix "See all notifications" url and make it translatable
This commit is contained in:
parent
b5ec475906
commit
30fcda7576
4 changed files with 4 additions and 3 deletions
|
|
@ -116,6 +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', "", ""));
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue