Removed .uid from group profiles in a list

This commit is contained in:
Sarven Capadisli 2009-11-06 11:30:41 +01:00
parent ea18b235de
commit 7ce49e4bcf
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class GroupList extends Widget
'alt' =>
($this->group->fullname) ? $this->group->fullname :
$this->group->nickname));
$hasFN = ($this->group->fullname) ? 'nickname url uid' : 'fn org nickname url uid';
$hasFN = ($this->group->fullname) ? 'nickname url' : 'fn org nickname url';
$this->out->elementStart('span', $hasFN);
$this->out->raw($this->highlight($this->group->nickname));
$this->out->elementEnd('span');