{% if U_SITE_HOME %}
  • {{ lang('SITE_HOME') }}
  • {% endif %}
  • {{ lang('QUICK_LINKS') }}
      {% EVENT navbar_header_quick_links_before %} {% if S_DISPLAY_SEARCH %}
    • {% if S_REGISTERED_USER %}
    • {{ lang('SEARCH_SELF') }}
    • {% endif %} {% if S_USER_LOGGED_IN %}
    • {{ lang('SEARCH_NEW') }}
    • {% endif %} {% if S_LOAD_UNREADS %}
    • {{ lang('SEARCH_UNREAD') }}
    • {% endif %}
    • {{ lang('SEARCH_UNANSWERED') }}
    • {{ lang('SEARCH_ACTIVE_TOPICS') }}
    • {% endif %} {% if not S_IS_BOT and (S_DISPLAY_MEMBERLIST or U_TEAM) %}
    • {% if S_DISPLAY_MEMBERLIST %}
    • {{ lang('MEMBERLIST') }}
    • {% endif %} {% if U_TEAM %}
    • {{ lang('THE_TEAM') }}
    • {% endif %} {% endif %}
    • {% EVENT navbar_header_quick_links_after %}
  • {% EVENT overall_header_navigation_prepend %}
  • {{ lang('FAQ') }}
  • {% if S_DISPLAY_SEARCH and not S_IN_SEARCH %}
  • {{ lang('SEARCH') }}
  • {% endif %} {% EVENT overall_header_navigation_append %} {% if S_REGISTERED_USER %} {% EVENT navbar_header_user_profile_prepend %}
  • {% EVENT navbar_header_username_prepend %}
    {% if CURRENT_USER_AVATAR %}{{ CURRENT_USER_AVATAR }} {% endif %} {{ CURRENT_USERNAME_SIMPLE }}
      {% if U_RESTORE_PERMISSIONS %}
    • {{ lang('RESTORE_PERMISSIONS') }}
    • {% endif %} {% EVENT navbar_header_profile_list_before %} {% if U_USER_PROFILE %}
    • {{ lang('READ_PROFILE') }}
    • {% endif %}
    • {{ lang('PROFILE') }}
    • {% if U_MCP %}
    • {{ lang('MCP') }}
    • {% endif %} {% if U_ACP %}
    • {{ lang('ACP') }}
    • {% endif %} {% EVENT navbar_header_profile_list_after %}
    • {{ lang('LOGIN_LOGOUT') }}
    {% EVENT navbar_header_username_append %}
  • {% if S_DISPLAY_PM %}
  • {{ lang('PRIVATE_MESSAGES') }} {{ PRIVATE_MESSAGE_COUNT }}
  • {% endif %} {% if S_NOTIFICATIONS_DISPLAY %}
  • {{ lang('NOTIFICATIONS') }} {{ NOTIFICATIONS_COUNT }} {% INCLUDE 'notification_dropdown.html' %}
  • {% endif %} {% EVENT navbar_header_user_profile_append %} {% elseif not S_IS_BOT %}
  • {{ lang('LOGIN_LOGOUT') }}
  • {% if S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) %}
  • {{ lang('REGISTER') }}
  • {% endif %} {% EVENT navbar_header_logged_out_content %} {% endif %}