loadModule(); function manageAttribute() { $userAttr = App::Get()->getAuthenticationProvider()->retrieveUserAttributes( App::Get()->getAuthenticationProvider()->getCurrentUsername(), App::Get()->settings['profile_modify_attributes'] ); $str = ''; foreach ($userAttr as $key=>$keyValue) { foreach (App::Get()->settings['attr_titles'] as $attrTitle=>$value) { if ( $key != App::Get()->settings['username_attr']) { if ( $key === $value) { $str .= '
'; $str .= '
'; $str .= '
'; } } } } return $str; } ?>

Manage Your Profile