]> git.mxchange.org Git - friendica.git/blobdiff - include/group.php
Merge dir into template_rework
[friendica.git] / include / group.php
index 380c4eecc9c0c7b5fb99ffb1c229fb4254139f01..b7e1963bf37901cb2d6d77a3ca6d8ae224752c6b 100644 (file)
@@ -263,19 +263,21 @@ 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'),
+    '$creategroup' => t('Group Name: '),
+    '$form_security_token' => get_form_security_token("group_edit"),
                '$ungrouped'    => (($every === 'contacts') ? t('Contacts not in any group') : ''),
                '$groups'               => $groups,
                '$add'                  => t('add'),
        ));
-               
-       
+
+
        return $o;
 }