slightly better group icon

This commit is contained in:
friendica 2012-01-10 21:09:38 -08:00
rodič b7ccbfc702
revize 99fc4309be
2 změnil soubory, kde provedl 1 přidání a 1 odebrání

binární
images/twopeople.png Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 2.6 KiB

Zobrazit soubor

@ -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'])),