diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-14 22:07:27 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-14 22:07:27 -0700 |
commit | ee8dd62038993c184b704df08a3ab1fbcf0c04ac (patch) | |
tree | d18c6e7409112b57b1ee6185474e23fb539755bb /lib/profileminilist.php | |
parent | 23fd58b74c7d37b56c7fee897a485729061196d5 (diff) |
try to get the right class for profileminilist
Diffstat (limited to 'lib/profileminilist.php')
-rw-r--r-- | lib/profileminilist.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/profileminilist.php b/lib/profileminilist.php index f11cae8a5..0c02e2735 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -47,6 +47,11 @@ define('PROFILES_PER_MINILIST', 27); class ProfileMiniList extends ProfileList { + function startList() + { + $this->out->elementStart('ul', 'entity users xoxo'); + } + function newListItem($profile) { return new ProfileMiniListItem($profile, $this->action); |