From: friendica Date: Wed, 11 Jan 2012 05:09:38 +0000 (-0800) Subject: slightly better group icon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc;p=friendica.git slightly better group icon --- diff --git a/images/twopeople.png b/images/twopeople.png new file mode 100644 index 0000000000..07a4a08825 Binary files /dev/null and b/images/twopeople.png differ diff --git a/mod/acl.php b/mod/acl.php index 0fea6f7fc2..98ca90ded8 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -64,7 +64,7 @@ function acl_init(&$a){ // logger('acl: group: ' . $g['name'] . ' members: ' . $g['uids']); $groups[] = array( "type" => "g", - "photo" => "images/default-group-mm.png", + "photo" => "images/twopeople.png", "name" => $g['name'], "id" => intval($g['id']), "uids" => array_map("intval", explode(",",$g['uids'])),