• {{ Icon('font', 'bars', lang('QUICK_LINKS'), false) }}
      {% EVENT navbar_header_quick_links_before %} {% if S_DISPLAY_SEARCH %}
    • {% if S_REGISTERED_USER %}
    • {{ Icon('font', 'file', lang('SEARCH_SELF'), false, 'far icon icon-gray') }}
    • {% endif %} {% if S_USER_LOGGED_IN %}
    • {{ Icon('font', 'file', lang('SEARCH_NEW'), false, 'far icon icon-red') }}
    • {% endif %} {% if S_LOAD_UNREADS %}
    • {{ Icon('font', 'file', lang('SEARCH_UNREAD'), false, 'far icon icon-red') }}
    • {% endif %}
    • {{ Icon('font', 'file', lang('SEARCH_UNANSWERED'), false, 'far icon icon-gray') }}
    • {{ Icon('font', 'file-lines', lang('SEARCH_ACTIVE_TOPICS'), false, 'far icon icon-blue') }}
    • {{ Icon('font', 'search', lang('SEARCH'), false) }}
    • {% endif %} {% if not S_IS_BOT and (S_DISPLAY_MEMBERLIST or U_TEAM) %}
    • {% if S_DISPLAY_MEMBERLIST %}
    • {{ Icon('font', 'users', lang('MEMBERLIST'), false) }}
    • {% endif %} {% if U_TEAM %}
    • {{ Icon('font', 'shield-halved', lang('THE_TEAM'), false) }}
    • {% endif %} {% endif %} {% EVENT navbar_header_quick_links_after %}
    • {% block nav_main_left_side %} {% EVENT overall_header_navigation_prepend %}
    • {{ Icon('font', 'question-circle', lang('FAQ'), false) }}
    • {% EVENT overall_header_navigation_append %} {% endblock nav_main_left_side %}
  • {{ block('nav_main_left_side', _self) }} {% if U_ACP %}
  • {{ Icon('font', 'gears', lang('ACP_SHORT'), false) }}
  • {% endif %} {% if U_MCP %}
  • {{ Icon('font', 'gavel', lang('MCP_SHORT'), false) }}
  • {% endif %} {% if S_REGISTERED_USER %} {% EVENT navbar_header_user_profile_prepend %}
  • {% EVENT navbar_header_username_prepend %}
    {% if CURRENT_USER_AVATAR_HTML %}{{ CURRENT_USER_AVATAR_HTML }} {% endif %} {{ CURRENT_USERNAME_SIMPLE }} {{ Icon('font', 'caret-down', '', true, '', {'style': 'color: #' ~ CURRENT_USER_GROUP_COLOR}) }}
      {% if U_RESTORE_PERMISSIONS %}
    • {{ Icon('font', 'rotate', lang('RESTORE_PERMISSIONS'), false) }}
    • {% endif %} {% EVENT navbar_header_profile_list_before %}
    • {{ Icon('font', 'sliders', lang('PROFILE'), false) }}
    • {% if U_USER_PROFILE %}
    • {{ Icon('font', 'user', lang('READ_PROFILE'), false) }}
    • {% endif %} {% EVENT navbar_header_profile_list_after %}
    • {{ Icon('font', 'power-off', lang('LOGIN_LOGOUT'), false) }}
    {% EVENT navbar_header_username_append %}
  • {% if S_DISPLAY_PM %}
  • {{ Icon('font', 'inbox', lang('PRIVATE_MESSAGES'), false) }} {PRIVATE_MESSAGE_COUNT}
  • {% endif %} {% if S_NOTIFICATIONS_DISPLAY %}
  • {{ Icon('font', 'bell', lang('NOTIFICATIONS'), false) }}{NOTIFICATIONS_COUNT} {% include 'notification_dropdown.html' %}
  • {% endif %} {% EVENT navbar_header_user_profile_append %} {% elseif not S_IS_BOT %}
  • {{ Icon('font', 'power-off', lang('LOGIN_LOGOUT'), false) }}
  • {% if S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) %}
  • {{ Icon('font', 'pen-to-square', lang('REGISTER'), false) }}
  • {% endif %} {% EVENT navbar_header_logged_out_content %} {% endif %}
    {% set MICRODATA = 'itemtype="https://schema.org/ListItem" itemprop="itemListElement" itemscope' %} {% set navlink_position = 1 %} {% EVENT overall_header_breadcrumbs_before %}
  • {% if U_SITE_HOME %} {% apply spaceless %} {{ Icon('font', 'home', '', true, 'fas o-icon-baseline') }} {{ L_SITE_HOME }} {% endapply %} {% endif %} {% EVENT overall_header_breadcrumb_prepend %} {% apply spaceless %} {% if not U_SITE_HOME %}{{ Icon('font', 'home', '', true, 'fas o-icon-baseline') }}{% endif %} {{ L_INDEX }} {% endapply %} {% for navlink in navlinks %} {% set NAVLINK_NAME = navlink.BREADCRUMB_NAME | default(navlink.FORUM_NAME) %} {% set NAVLINK_LINK = navlink.U_BREADCRUMB | default(navlink.U_VIEW_FORUM) %} {% EVENT overall_header_navlink_prepend %} {% apply spaceless %} {{ NAVLINK_NAME }} {% endapply %} {% EVENT overall_header_navlink_append %} {% endfor %} {% EVENT overall_header_breadcrumb_append %}
  • {% EVENT overall_header_breadcrumbs_after %} {% if S_DISPLAY_SEARCH and not S_IN_SEARCH %}
  • {{ Icon('font', 'search', lang('SEARCH'), true) }}
  • {% endif %}