mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:50:11 +00:00
nets widget - allow all children of specified parent net regardless of network
This commit is contained in:
parent
c3ada095f4
commit
cfe8094b45
2 changed files with 4 additions and 1 deletions
|
@ -61,6 +61,9 @@ function networks_widget($baseurl,$selected = '') {
|
|||
}
|
||||
}
|
||||
|
||||
if(count($nets) < 2)
|
||||
return '';
|
||||
|
||||
return replace_macros(get_markup_template('nets.tpl'),array(
|
||||
'$title' => t('Networks'),
|
||||
'$desc' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue