From 998733cdd44143b1a3ded13f28ff5e848516b1c6 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 7 Mar 2011 12:49:20 -0500 Subject: [PATCH] UR FACE --- lib/userprofile.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/userprofile.php b/lib/userprofile.php index 0b7efb22fc..9c563db5d0 100644 --- a/lib/userprofile.php +++ b/lib/userprofile.php @@ -95,6 +95,8 @@ class UserProfile extends Widget function showAvatar() { + $this->out->elementStart('div', 'ur_face'); + if (Event::handle('StartProfilePageAvatar', array($this->out, $this->profile))) { $avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE); @@ -119,6 +121,8 @@ class UserProfile extends Widget Event::handle('EndProfilePageAvatar', array($this->out, $this->profile)); } + + $this->out->elementEnd('div'); } function showNickname() -- 2.39.2