summaryrefslogtreecommitdiff
path: root/lib/groupminilist.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-21 22:44:27 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-21 22:44:27 +0000
commit4b42c3526985a497418db7fbcfe1e7912bb5474d (patch)
tree1bdb8463188346122806ed49bcf00656dc6fd7c9 /lib/groupminilist.php
parenta39bb4a3b8bddfffc02a0c9f3c5666ff3cba2357 (diff)
General markup and style cleanup
Diffstat (limited to 'lib/groupminilist.php')
-rw-r--r--lib/groupminilist.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/groupminilist.php b/lib/groupminilist.php
index e4d4c68fd..f40a67b0c 100644
--- a/lib/groupminilist.php
+++ b/lib/groupminilist.php
@@ -49,7 +49,7 @@ class GroupMiniList extends GroupList
{
function show()
{
- $this->out->elementStart('ul', 'groups');
+ $this->out->elementStart('ul', 'groups xoxo');
$cnt = 0;
@@ -73,7 +73,7 @@ class GroupMiniList extends GroupList
$this->group->fullname :
$this->group->nickname,
'href' => $this->group->homeUrl(),
- 'rel' => 'contact',
+ 'rel' => 'contact group',
'class' => 'url'));
$logo = ($this->group->stream_logo) ?
$this->group->stream_logo : User_group::defaultLogo(AVATAR_STREAM_SIZE);
@@ -85,7 +85,7 @@ class GroupMiniList extends GroupList
'alt' => ($this->group->fullname) ?
$this->group->fullname :
$this->group->nickname));
- $this->out->element('span', 'fn nickname', $this->group->nickname);
+ $this->out->element('span', 'fn org nickname', $this->group->nickname);
$this->out->elementEnd('a');
$this->out->elementEnd('li');
}