]> git.mxchange.org Git - friendica.git/blobdiff - include/group.php
Merge dir into template_rework
[friendica.git] / include / group.php
index bbfac7ac1d6819e77d2b592e4b96102e673a2fbd..b7e1963bf37901cb2d6d77a3ca6d8ae224752c6b 100644 (file)
@@ -263,8 +263,8 @@ 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'),
@@ -276,8 +276,8 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
                '$groups'               => $groups,
                '$add'                  => t('add'),
        ));
-               
-       
+
+
        return $o;
 }