diff options
author | friendica <info@friendica.com> | 2014-04-11 23:54:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-11 23:54:11 -0700 |
commit | 2212ddb91317de34b584861f4e2c1dc625924612 (patch) | |
tree | 291a0ddb826d2be014216375ffe59bb75a94a023 /mod | |
parent | 47096df97e38cd08ecec83b53a936dfe84e7e022 (diff) | |
download | volse-hubzilla-2212ddb91317de34b584861f4e2c1dc625924612.tar.gz volse-hubzilla-2212ddb91317de34b584861f4e2c1dc625924612.tar.bz2 volse-hubzilla-2212ddb91317de34b584861f4e2c1dc625924612.zip |
use icons for identification
Diffstat (limited to 'mod')
-rw-r--r-- | mod/acl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/acl.php b/mod/acl.php index 8e6331a39..589a10eb5 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -210,11 +210,11 @@ function acl_init(&$a){ $contacts[] = array( "type" => "c", "photo" => $g['micro'], - "name" => $g['name'] . ' ' . t('plus connections'), + "name" => $g['name'] . '+', "id" => $g['id'] . '+', "xid" => $g['hash'], "link" => $g['nick'], - "nick" => substr($g['nick'],0,strpos($g['nick'],'@')) . '+', + "nick" => substr($g['nick'],0,strpos($g['nick'],'@')), "self" => (($g['abook_flags'] & ABOOK_FLAG_SELF) ? 'abook-self' : ''), "taggable" => 'taggable' ); |