slightly better group icon
This commit is contained in:
parent
b7ccbfc702
commit
99fc4309be
BIN
images/twopeople.png
Normal file
BIN
images/twopeople.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
|
@ -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'])),
|
||||
|
|
Loading…
Reference in a new issue