X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fgroup.php;h=b7e1963bf37901cb2d6d77a3ca6d8ae224752c6b;hb=eccc06914cecdaf4f7123f5d24c2506166aa6379;hp=bbfac7ac1d6819e77d2b592e4b96102e673a2fbd;hpb=3cb4f91807a4e85a774aa7d46bb8f6897cccef74;p=friendica.git diff --git a/include/group.php b/include/group.php index bbfac7ac1d..b7e1963bf3 100644 --- a/include/group.php +++ b/include/group.php @@ -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; }