network page default option

This commit is contained in:
friendica 2014-10-04 23:53:05 -07:00
parent b0544cc9e7
commit 9135ad30d8
2 changed files with 5 additions and 2 deletions

View File

@ -185,7 +185,10 @@ EOT;
if(local_user()) {
$nav['network'] = array('network', t('Matrix'), "", t('Your matrix'));
$network_options = get_pconfig(local_user(),'system','network_page_default');
$nav['network'] = array('network' . (($network_options) ? '?f=&' . $network_options : ''),
t('Matrix'), "", t('Your matrix'));
$nav['network']['mark'] = array('', t('Mark all matrix notifications seen'), '','');
$nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Channel home'));

View File

@ -1 +1 @@
2014-10-03.817
2014-10-04.818