/**
  * Initialises the user profile menu.
  */
 protected static function initUserProfileMenu()
 {
     require_once WCF_DIR . 'lib/page/util/menu/UserProfileMenu.class.php';
     self::$userProfileMenuObj = UserProfileMenu::getInstance();
 }