diff --git a/root/portal/block/user_menu.php b/root/portal/block/user_menu.php index d55a2183..5541f59a 100644 --- a/root/portal/block/user_menu.php +++ b/root/portal/block/user_menu.php @@ -81,7 +81,6 @@ $template->assign_vars(array( 'U_SELF_POSTS' => append_sid($phpbb_root_path . 'search.' . $phpEx . '?search_id=egosearch'), 'U_UM_BOOKMARKS' => ($config['allow_bookmarks']) ? append_sid("{$phpbb_root_path}ucp.$phpEx", "i=main&mode=bookmarks") : '', 'U_UM_MAIN_SUBSCRIBED' => append_sid($phpbb_root_path . 'ucp.' . $phpEx . '?i=main&mode=subscribed'), - 'U_PRIVATE_MESSAGES' => ($config['allow_privmsg'] && $auth->acl_get('u_sendpm') && ($auth->acl_gets('a_', 'm_') || $auth->acl_getf_global('m_'))) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox') : '', )); ?> \ No newline at end of file diff --git a/root/styles/prosilver/template/portal/block/user_menu.html b/root/styles/prosilver/template/portal/block/user_menu.html index fd17b157..10049e44 100644 --- a/root/styles/prosilver/template/portal/block/user_menu.html +++ b/root/styles/prosilver/template/portal/block/user_menu.html @@ -4,36 +4,28 @@

 {L_USER_MENU}

- {USERNAME}

+ {USERNAME}
{AVATAR_IMG}
{RANK_TITLE}
{RANK_IMG}
- - -
- - +
+
+ +
  • {L_NEW_POSTS}
  • +
  • {L_SELF_POSTS}
  • + + +
  • {L_UM_BOOKMARKS}
  • + +
  • {L_UM_MAIN_SUBSCRIBED}
  • + +
  • {PRIVATE_MESSAGE_INFO}
  • + +
  • {L_LOGIN_LOGOUT}
  • + +
    diff --git a/root/styles/subsilver2/template/portal/block/user_menu.html b/root/styles/subsilver2/template/portal/block/user_menu.html index e34be641..48e03ed2 100644 --- a/root/styles/subsilver2/template/portal/block/user_menu.html +++ b/root/styles/subsilver2/template/portal/block/user_menu.html @@ -6,7 +6,7 @@
    - {USERNAME}

    + {USERNAME}
    {AVATAR_IMG}
    {RANK_TITLE}
    {RANK_IMG} @@ -19,7 +19,7 @@ {L_UM_BOOKMARKS}
    {L_UM_MAIN_SUBSCRIBED}
    - + {PRIVATE_MESSAGE_INFO}