diff --git a/include/nav.php b/include/nav.php index 36a3edd2a..95dd37ba6 100755 --- a/include/nav.php +++ b/include/nav.php @@ -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', "", "")); } diff --git a/js/main.js b/js/main.js index a156dbadd..4cb278ee8 100755 --- a/js/main.js +++ b/js/main.js @@ -88,6 +88,7 @@ /* notifications template */ var notifications_tpl= unescape($("#nav-notifications-template[rel=template]").html()); + var notifications_all = unescape($('