mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
slightly better group icon
This commit is contained in:
parent
b7ccbfc702
commit
99fc4309be
2 changed files with 1 additions and 1 deletions
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']);
|
// logger('acl: group: ' . $g['name'] . ' members: ' . $g['uids']);
|
||||||
$groups[] = array(
|
$groups[] = array(
|
||||||
"type" => "g",
|
"type" => "g",
|
||||||
"photo" => "images/default-group-mm.png",
|
"photo" => "images/twopeople.png",
|
||||||
"name" => $g['name'],
|
"name" => $g['name'],
|
||||||
"id" => intval($g['id']),
|
"id" => intval($g['id']),
|
||||||
"uids" => array_map("intval", explode(",",$g['uids'])),
|
"uids" => array_map("intval", explode(",",$g['uids'])),
|
||||||
|
|
Loading…
Reference in a new issue