diff options
author | friendica <info@friendica.com> | 2015-03-09 16:25:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-09 16:27:12 -0700 |
commit | 26a414fe4b3ab4b1d995233f0402532ad41eaeb7 (patch) | |
tree | 40d65dbf107962f987d610a6ef7a16d930804762 /include/nav.php | |
parent | 97df5f1fd193aab92836ef3f9dd854406697b765 (diff) | |
download | volse-hubzilla-26a414fe4b3ab4b1d995233f0402532ad41eaeb7.tar.gz volse-hubzilla-26a414fe4b3ab4b1d995233f0402532ad41eaeb7.tar.bz2 volse-hubzilla-26a414fe4b3ab4b1d995233f0402532ad41eaeb7.zip |
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
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php index 5e8317cfa..f8a112592 100644 --- a/include/nav.php +++ b/include/nav.php @@ -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'), '',''); |