diff options
author | friendica <info@friendica.com> | 2012-01-10 21:09:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-10 21:09:38 -0800 |
commit | 99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc (patch) | |
tree | a5565d41f29fa7926bea5d457353d228a54a6b14 /mod/acl.php | |
parent | b7ccbfc702b013c6d7fcbd8c406af8ede21139c2 (diff) | |
download | volse-hubzilla-99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc.tar.gz volse-hubzilla-99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc.tar.bz2 volse-hubzilla-99fc4309be6e47acc8e82cd0f462e4ce69f6a8bc.zip |
slightly better group icon
Diffstat (limited to 'mod/acl.php')
-rw-r--r-- | mod/acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'])), |