dynamic group edit buttons

This commit is contained in:
friendica
2011-12-01 16:33:53 -08:00
parent 29b5d398fd
commit ac3df5fece
5 changed files with 32 additions and 3 deletions

View File

@@ -210,6 +210,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
$tpl = get_markup_template("group_side.tpl");
$o = replace_macros($tpl, array(
'$title' => t('Groups'),
'$edittext' => t('Edit group'),
'$createtext' => t('Create a new group'),
'$groups' => $groups,
'$add' => t('add'),