diff options
author | friendica <info@friendica.com> | 2013-12-06 00:02:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-06 00:02:39 -0800 |
commit | 1aa79d9ee69bbb7afb2c9b87579aad252ef66730 (patch) | |
tree | 266cb889d55e98a06a3353ee4423ddc018c63dbc /include | |
parent | 78d19f3395e8fd0660e58498c15850e1323ec4b3 (diff) | |
download | volse-hubzilla-1aa79d9ee69bbb7afb2c9b87579aad252ef66730.tar.gz volse-hubzilla-1aa79d9ee69bbb7afb2c9b87579aad252ef66730.tar.bz2 volse-hubzilla-1aa79d9ee69bbb7afb2c9b87579aad252ef66730.zip |
some code cleanup - gad I forgot what a mess the "other" notifications tabs (everything but system) were in. Maybe I'll just remove them so we can start over.
Diffstat (limited to 'include')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 56644f6fd..f0dd20c6b 100644 --- a/include/nav.php +++ b/include/nav.php @@ -156,7 +156,7 @@ EOT; $nav['intros'] = array('connections/pending', t('Intros'), "", t('New Connections')); - $nav['intros']['all']=array('intro', t('See all channel introductions'), "", ""); + $nav['intros']['all']=array('notifications/intros', t('See all channel introductions'), "", ""); $nav['notifications'] = array('notifications/system', t('Notices'), "", t('Notifications')); |