/** Add the user photo before the user Info on the profile page. */
 public function ProfileController_BeforeUserInfo_Handler($Sender)
 {
     $UserPhoto = new UserPhotoModule();
     echo $UserPhoto->ToString();
 }
Esempio n. 2
0
 /**
  * Add the user photo before the user Info on the profile page.
  */
 public function profileController_beforeUserInfo_handler($Sender)
 {
     $UserPhoto = new UserPhotoModule();
     echo $UserPhoto->toString();
 }