aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-02 20:01:30 -0800
committerfriendica <info@friendica.com>2012-12-02 20:01:30 -0800
commitc38ec1ab4835d436eb3d77f3fd99f3147a123326 (patch)
tree680596fb4d37fd0fd9da14025db69d6309deef6e /include
parent4cca8f8fa1e0425e0865f4a21d9daec29cc4cb2c (diff)
downloadvolse-hubzilla-c38ec1ab4835d436eb3d77f3fd99f3147a123326.tar.gz
volse-hubzilla-c38ec1ab4835d436eb3d77f3fd99f3147a123326.tar.bz2
volse-hubzilla-c38ec1ab4835d436eb3d77f3fd99f3147a123326.zip
notify stuff
Diffstat (limited to 'include')
-rw-r--r--include/nav.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/nav.php b/include/nav.php
index 969a20853..5008b6269 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -142,13 +142,13 @@ EOT;
$nav['home'] = array('channel/' . $channel['channel_address'], t('Home'), "", t('Your posts and conversations'));
if($channel['channel_pageflags'] == 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/system', t('See all notifications'), "", "");
- $nav['notifications']['mark'] = array('', t('Mark all system notifications seen'), '','');
-
+ $nav['introductions'] = array('notifications/intros', t('Introductions'), "", t('Connection Requests'));
}
+ $nav['notifications'] = array('notifications', t('Notifications'), "", t('Notifications'));
+ $nav['notifications']['all']=array('notifications/system', t('See all notifications'), "", "");
+ $nav['notifications']['mark'] = array('', t('Mark all system notifications seen'), '','');
+
$nav['messages'] = array('message', t('Messages'), "", t('Private mail'));
$nav['messages']['inbox'] = array('message', t('Inbox'), "", t('Inbox'));
$nav['messages']['outbox']= array('message/sent', t('Outbox'), "", t('Outbox'));