diff --git a/main/css/base.css b/main/css/base.css index 572a6d6e50..2ade197849 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -212,6 +212,10 @@ footer .container .row { min-height: 140px; } +#friend-container .thumbnail img { + max-height: 100px; +} + .show-grid [class*="span"] { background-color: #EEEEEE; border-bottom-left-radius: 3px; diff --git a/main/inc/lib/banner.lib.php b/main/inc/lib/banner.lib.php index 42b18ed970..a5d75788cf 100644 --- a/main/inc/lib/banner.lib.php +++ b/main/inc/lib/banner.lib.php @@ -92,8 +92,8 @@ function get_tabs() { // Reports if (api_is_platform_admin() || api_is_drh() || api_is_session_admin()) { - $navigation['reports']['url'] = api_get_path(WEB_CODE_PATH).'reports/index.php'; - $navigation['reports']['title'] = get_lang('Reports'); + $navigation['reports']['url'] = api_get_path(WEB_CODE_PATH).'reports/index.php'; + $navigation['reports']['title'] = get_lang('Reports'); } // Custom tabs @@ -423,8 +423,13 @@ function return_menu() { if (api_get_setting('allow_message_tool') == 'true') { $message_link = ''.get_lang('Inbox').''; - } + } + if (api_get_setting('allow_social_tool')=='true') { + $profile_url = ''.get_lang('Profile').''; + } else { + $profile_url = ''.get_lang('Profile').''; + } //start user section line with name, my course, my profile, scorm info, etc $menu .= '