-
Improvement
-
Resolution: Fixed
-
Minor
-
2.9.1
-
MOODLE_29_STABLE
-
MOODLE_30_STABLE
-
MDL-50839-master -
Currently the User menu's avatar is created via user_get_user_navigation_info() in user/lib.php (via $OUTPUT->user_picture()) - but this doesn't provide any way to set the avatar size.
We should allow themes to pass options to user_get_user_navigation_info() - e.g. by overriding theme_{themename}_core_renderer::user_menu()