summaryrefslogtreecommitdiff
path: root/lib/profilesection.php
AgeCommit message (Collapse)Author
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules.
2009-01-22Move table-based profile section layout from topposter to base classEvan Prodromou
2009-01-22Top posters section markup and styesarven
2009-01-22Don't tryto show a section if nothing comes back from profilesEvan Prodromou
2009-01-22A section sub-class for profilesEvan Prodromou