external -> discover

This commit is contained in:
friendica 2014-03-28 01:24:30 -07:00
parent 85d61813ca
commit 6925cf9fe5

View File

@ -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'),