]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
UR FACE
authorEvan Prodromou <evan@status.net>
Mon, 7 Mar 2011 17:49:20 +0000 (12:49 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 7 Mar 2011 17:49:20 +0000 (12:49 -0500)
lib/userprofile.php

index 0b7efb22fc6bceb6587374f3f6342a87a988784d..9c563db5d068f7a831832a56cd8eab18c26e0a21 100644 (file)
@@ -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()