aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-10-06 16:46:27 +0200
committerMario Vavti <mario@mariovavti.com>2017-10-06 16:46:27 +0200
commitf427b4a325e3db897afc33a09fb04d9af765a53f (patch)
tree69db5904f152e960e676cc5e025111a9c8a842d6 /include/nav.php
parenta6835f4e714b0648717672767aa32625b72dfc47 (diff)
downloadvolse-hubzilla-f427b4a325e3db897afc33a09fb04d9af765a53f.tar.gz
volse-hubzilla-f427b4a325e3db897afc33a09fb04d9af765a53f.tar.bz2
volse-hubzilla-f427b4a325e3db897afc33a09fb04d9af765a53f.zip
introduce public stream notifications
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index b51a03c4f..441a198fa 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -211,7 +211,9 @@ EOT;
}
if(! get_config('system', 'disable_discover_tab')) {
- $nav['pubs'] = array('pubstream', t('Public stream'), "", t('Public stream activities'),'pubs_nav_btn');
+ $nav['pubs'] = array('pubstream', t('Public stream'), "", t('Public stream activity'),'pubs_nav_btn');
+ $nav['pubs']['all'] = [ 'pubstream', t('View your public stream'), '','' ];
+ $nav['pubs']['mark'] = array('', t('Mark all public stream items seen'), '','');
}
/**