From 99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Jan 2012 21:09:38 -0800 Subject: slightly better group icon --- mod/acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/acl.php b/mod/acl.php index 0fea6f7fc..98ca90ded 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'])), -- cgit v1.2.3