introduce public stream notifications

This commit is contained in:
Mario Vavti
2017-10-06 16:46:27 +02:00
parent a6835f4e71
commit f427b4a325
3 changed files with 46 additions and 6 deletions

View File

@@ -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'), '','');
}
/**