forked from GNUsocial/gnu-social
		
	UR FACE
This commit is contained in:
		| @@ -95,6 +95,8 @@ class UserProfile extends Widget | |||||||
|  |  | ||||||
|     function showAvatar() |     function showAvatar() | ||||||
|     { |     { | ||||||
|  |         $this->out->elementStart('div', 'ur_face'); | ||||||
|  |  | ||||||
|         if (Event::handle('StartProfilePageAvatar', array($this->out, $this->profile))) { |         if (Event::handle('StartProfilePageAvatar', array($this->out, $this->profile))) { | ||||||
|  |  | ||||||
|             $avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE); |             $avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE); | ||||||
| @@ -119,6 +121,8 @@ class UserProfile extends Widget | |||||||
|             Event::handle('EndProfilePageAvatar', |             Event::handle('EndProfilePageAvatar', | ||||||
|                           array($this->out, $this->profile)); |                           array($this->out, $this->profile)); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         $this->out->elementEnd('div'); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     function showNickname() |     function showNickname() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user