external -> discover
This commit is contained in:
parent
85d61813ca
commit
6925cf9fe5
@ -1384,7 +1384,7 @@ function network_tabs() {
|
|||||||
// tabs
|
// tabs
|
||||||
$tabs = array(
|
$tabs = array(
|
||||||
array(
|
array(
|
||||||
'label' => t('External'),
|
'label' => t('Discover'),
|
||||||
'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''),
|
'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''),
|
||||||
'sel'=> $public_active,
|
'sel'=> $public_active,
|
||||||
'title'=> t('Imported public streams'),
|
'title'=> t('Imported public streams'),
|
||||||
|
Reference in New Issue
Block a user