slightly better group icon

This commit is contained in:
friendica 2012-01-10 21:09:38 -08:00
부모 b7ccbfc702
커밋 99fc4309be
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

BIN
images/twopeople.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  크기: 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'])),