]> git.mxchange.org Git - friendica.git/commitdiff
slightly better group icon
authorfriendica <info@friendica.com>
Wed, 11 Jan 2012 05:09:38 +0000 (21:09 -0800)
committerfriendica <info@friendica.com>
Wed, 11 Jan 2012 05:09:38 +0000 (21:09 -0800)
images/twopeople.png [new file with mode: 0644]
mod/acl.php

diff --git a/images/twopeople.png b/images/twopeople.png
new file mode 100644 (file)
index 0000000..07a4a08
Binary files /dev/null and b/images/twopeople.png differ
index 0fea6f7fc20d06ca3da216ba209409fd4f7e4aeb..98ca90ded8b27d55ecf7aa9854e428c1d068c203 100644 (file)
@@ -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'])),