theming for default group selector

This commit is contained in:
friendica 2012-05-18 01:38:11 -07:00
parent 5ecaeb8e5c
commit 34b79b4f2b
4 changed files with 9 additions and 4 deletions

View file

@ -991,7 +991,7 @@ function settings_content(&$a) {
'$suggestme' => $suggestme,
'$blockwall'=> $blockwall, // array('blockwall', t('Allow friends to post to your profile page:'), !$blockwall, ''),
'$blocktags'=> $blocktags, // array('blocktags', t('Allow friends to tag your posts:'), !$blocktags, ''),
'$group_lbl_select' => t('Default privacy group for new contacts'),
'$group_select' => $group_select,