network page default option
This commit is contained in:
parent
b0544cc9e7
commit
9135ad30d8
@ -185,7 +185,10 @@ EOT;
|
|||||||
|
|
||||||
if(local_user()) {
|
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['network']['mark'] = array('', t('Mark all matrix notifications seen'), '','');
|
||||||
|
|
||||||
$nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Channel home'));
|
$nav['home'] = array('channel/' . $channel['channel_address'], t('Channel Home'), "", t('Channel home'));
|
||||||
|
@ -1 +1 @@
|
|||||||
2014-10-03.817
|
2014-10-04.818
|
||||||
|
Reference in New Issue
Block a user