From aa5054d5ba9fa1bcae06b39b858a56e53ed08738 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 12 Apr 2014 00:41:36 -0700 Subject: this is looking better, call the forum version of a tag "foobar network", besides altering the icon --- mod/acl.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mod') diff --git a/mod/acl.php b/mod/acl.php index 589a10eb5..3b737d36e 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -209,14 +209,15 @@ function acl_init(&$a){ if($g['abook_their_perms'] & PERMS_W_TAGWALL) { $contacts[] = array( "type" => "c", - "photo" => $g['micro'], + "photo" => "images/twopeople.png", "name" => $g['name'] . '+', "id" => $g['id'] . '+', "xid" => $g['hash'], "link" => $g['nick'], "nick" => substr($g['nick'],0,strpos($g['nick'],'@')), "self" => (($g['abook_flags'] & ABOOK_FLAG_SELF) ? 'abook-self' : ''), - "taggable" => 'taggable' + "taggable" => 'taggable', + "label" => t('network') ); } $contacts[] = array( @@ -228,7 +229,8 @@ function acl_init(&$a){ "link" => $g['nick'], "nick" => substr($g['nick'],0,strpos($g['nick'],'@')), "self" => (($g['abook_flags'] & ABOOK_FLAG_SELF) ? 'abook-self' : ''), - "taggable" => '' + "taggable" => '', + "label" => '', ); } } -- cgit v1.2.3