make network page default options work more or less universally instead of just from the navbar, and fix some saved-search weirdness related to the delete-term icon

This commit is contained in:
friendica
2015-03-09 16:25:55 -07:00
parent 97df5f1fd1
commit 26a414fe4b
4 changed files with 17 additions and 7 deletions

View File

@@ -176,9 +176,8 @@ EOT;
if(local_channel()) {
$network_options = get_pconfig(local_channel(),'system','network_page_default');
$nav['network'] = array('network' . (($network_options) ? '?f=&' . $network_options : ''),
$nav['network'] = array('network',
t('Matrix'), "", t('Your matrix'),'network_nav_btn');
$nav['network']['mark'] = array('', t('Mark all matrix notifications seen'), '','');