diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 108f6d5d26..8b60d3c3be 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4881,7 +4881,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id = 'PRIVATE_MESSAGE_COUNT' => (!empty($user->data['user_unread_privmsg'])) ? $user->data['user_unread_privmsg'] : 0, 'CURRENT_USER_AVATAR' => phpbb_get_user_avatar($user->data), - 'CURRENT_USERNAME_CLEAN' => get_username_string('no_profile', $user->data['user_id'], $user->data['username'], $user->data['user_colour']), + 'CURRENT_USERNAME_SIMPLE' => get_username_string('no_profile', $user->data['user_id'], $user->data['username'], $user->data['user_colour']), 'CURRENT_USERNAME_FULL' => get_username_string('full', $user->data['user_id'], $user->data['username'], $user->data['user_colour']), 'UNREAD_NOTIFICATIONS_COUNT' => ($notifications !== false) ? $notifications['unread_count'] : '', 'NOTIFICATIONS_COUNT' => ($notifications !== false) ? $notifications['unread_count'] : '', diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index ce2886111e..8d100074f8 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -5,7 +5,7 @@ - + diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html index 7ddc3b6e00..e56b9e2978 100644 --- a/phpBB/styles/prosilver/template/navbar_footer.html +++ b/phpBB/styles/prosilver/template/navbar_footer.html @@ -15,15 +15,11 @@
  • {S_TIMEZONE}
  • {L_DELETE_COOKIES}
  • +
  • {L_MEMBERLIST}
  • - - -
  • {L_MEMBERLIST}
  • -
  • {L_THE_TEAM}
  • - -
  • {L_CONTACT_US}
  • - +
  • {L_THE_TEAM}
  • +
  • {L_CONTACT_US}
  • diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index b9d886d178..fbdaddfd48 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -9,39 +9,37 @@
    - -
  • {L_ACP_SHORT}
  • - - -
  • {L_MCP_SHORT}
  • - +
  • {L_ACP_SHORT}
  • +
  • {L_MCP_SHORT}
  • -
  • data-skip-responsive="true">{L_FAQ}
  • +
  • data-skip-responsive="true">{L_FAQ}
  • - +