aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-06 00:11:15 -0800
committerfriendica <info@friendica.com>2013-12-06 00:11:15 -0800
commit5382f607d9d67951fe50ed88e87875086276b4d3 (patch)
tree72a4782d450e7ef4fe2b2eb57d2ef22686cebbce /include/nav.php
parent90fff1de1c81eca9cdca8c41ec8083b72965b4a2 (diff)
downloadvolse-hubzilla-5382f607d9d67951fe50ed88e87875086276b4d3.tar.gz
volse-hubzilla-5382f607d9d67951fe50ed88e87875086276b4d3.tar.bz2
volse-hubzilla-5382f607d9d67951fe50ed88e87875086276b4d3.zip
yeah - that's what I'm going to do. we'll just keep system notifications. If somebody wants web pages for the others we'll start fresh. It's easier than starting with curfty friendica code that doesn't work anymore and will never work without starting over.
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/nav.php b/include/nav.php
index f0dd20c6b..f89de2de0 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -147,16 +147,13 @@ EOT;
if(local_user()) {
$nav['network'] = array('network', t('Matrix'), "", t('Your matrix'));
- $nav['network']['all']=array('notifications/network', t('See all matrix notifications'), "", "");
$nav['network']['mark'] = array('', t('Mark all matrix notifications seen'), '','');
$nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Channel home'));
- $nav['home']['all']=array('notifications/channel', t('See all channel notifications'), "", "");
$nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '','');
$nav['intros'] = array('connections/pending', t('Intros'), "", t('New Connections'));
- $nav['intros']['all']=array('notifications/intros', t('See all channel introductions'), "", "");
$nav['notifications'] = array('notifications/system', t('Notices'), "", t('Notifications'));