diff --git a/include/nav.php b/include/nav.php index 4c75a495b3..36a3edd2a2 100755 --- a/include/nav.php +++ b/include/nav.php @@ -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', "", "")); } diff --git a/mod/ping.php b/mod/ping.php index 35f6c53aef..db68332bd0 100755 --- a/mod/ping.php +++ b/mod/ping.php @@ -145,7 +145,7 @@ function ping_init(&$a) { echo ' '; if ($intro>0){ foreach ($intros as $i) { - echo xmlize( $a->get_baseurl().'/notifications/'.$i['id'], $i['name'], $i['url'], $i['photo'], relative_date($i['datetime']), t("{0} wants to be your friend") ); + echo xmlize( $a->get_baseurl().'/notifications/intros/'.$i['id'], $i['name'], $i['url'], $i['photo'], relative_date($i['datetime']), t("{0} wants to be your friend") ); }; } if ($mail>0){ diff --git a/view/nav.tpl b/view/nav.tpl index d9255d86c7..9831260b30 100755 --- a/view/nav.tpl +++ b/view/nav.tpl @@ -43,7 +43,7 @@ diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index c7d6168263..bb4da22cb3 100755 --- a/view/theme/testbubble/nav.tpl +++ b/view/theme/testbubble/nav.tpl @@ -9,7 +9,7 @@ {{ if $nav.notifications }}{{ endif }} {{ if $nav.messages }}{{ endif }}