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:
@@ -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'), '','');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user