mirror of
https://github.com/friendica/friendica
synced 2025-04-25 03:10:11 +00:00
theming for default group selector
This commit is contained in:
parent
5ecaeb8e5c
commit
34b79b4f2b
4 changed files with 9 additions and 4 deletions
|
@ -172,7 +172,10 @@ function mini_group_select($uid,$gid = 0) {
|
|||
}
|
||||
logger('groups: ' . print_r($grps,true));
|
||||
|
||||
$o = replace_macros(get_markup_template('group_selection.tpl'), array('$groups' => $grps ));
|
||||
$o = replace_macros(get_markup_template('group_selection.tpl'), array(
|
||||
'$label' => t('Default privacy group for new contacts'),
|
||||
'$groups' => $grps
|
||||
));
|
||||
return $o;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue