diff options
author | friendica <info@friendica.com> | 2011-12-01 16:33:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-01 16:33:53 -0800 |
commit | ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4 (patch) | |
tree | 204e91c02902a0a3c65cff9fc40808c7d516de75 /include | |
parent | 29b5d398fd4c80321fe0882bab9cc11455c75784 (diff) | |
download | volse-hubzilla-ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4.tar.gz volse-hubzilla-ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4.tar.bz2 volse-hubzilla-ac3df5fece6e1f5a6eab3a2694b15bcf45ed31e4.zip |
dynamic group edit buttons
Diffstat (limited to 'include')
-rw-r--r-- | include/group.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/group.php b/include/group.php index 82cdc554f..4a35912e5 100644 --- a/include/group.php +++ b/include/group.php @@ -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'), |