• {{ Icon('iconify', 'fa:bars', lang('QUICK_LINKS'), false) }}
      {% EVENT navbar_header_quick_links_before %} {% if S_DISPLAY_SEARCH %}
    • {% if S_REGISTERED_USER %}
    • {{ Icon('iconify', 'mdi:file-account-outline', lang('SEARCH_SELF'), false) }}
    • {% endif %} {% if S_USER_LOGGED_IN %}
    • {{ Icon('iconify', 'mdi:file-hidden', lang('SEARCH_NEW'), false) }}
    • {% endif %} {% if S_LOAD_UNREADS %}
    • {{ Icon('iconify', 'mdi:file', lang('SEARCH_UNREAD'), false) }}
    • {% endif %}
    • {{ Icon('iconify', 'mdi:file-question-outline', lang('SEARCH_UNANSWERED'), false) }}
    • {{ Icon('iconify', 'mdi:file-upload-outline', lang('SEARCH_ACTIVE_TOPICS'), false) }}
    • {{ Icon('iconify', 'fa:search', lang('SEARCH'), false) }}
    • {% endif %} {% if not S_IS_BOT and (S_DISPLAY_MEMBERLIST or U_TEAM) %}
    • {% if S_DISPLAY_MEMBERLIST %}
    • {{ Icon('iconify', 'fa:group', lang('MEMBERLIST'), false) }}
    • {% endif %} {% if U_TEAM %}
    • {{ Icon('iconify', 'fa:shield', lang('THE_TEAM'), false) }}
    • {% endif %} {% endif %}
    • {% EVENT navbar_header_quick_links_after %}
    • {% block nav_main_left_side %} {% EVENT overall_header_navigation_prepend %}
    • {{ Icon('iconify', 'fa: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('iconify', 'fa:cogs', lang('ACP_SHORT'), false) }}
  • {% endif %} {% if U_MCP %}
  • {{ Icon('iconify', 'fa: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('iconify', 'fa:caret-down', '', true, '', {'style': 'color: #' ~ CURRENT_USER_GROUP_COLOR}) }}
      {% if U_RESTORE_PERMISSIONS %}
    • {{ Icon('iconify', 'fa:refresh', lang('RESTORE_PERMISSIONS'), false) }}
    • {% endif %} {% EVENT navbar_header_profile_list_before %}
    • {{ Icon('iconify', 'fa:sliders', lang('PROFILE'), false) }}
    • {% if U_USER_PROFILE %}
    • {{ Icon('iconify', 'fa:user', lang('READ_PROFILE'), false) }}
    • {% endif %} {% EVENT navbar_header_profile_list_after %}
    • {{ Icon('iconify', 'fa:power-off', lang('LOGIN_LOGOUT'), false) }}
    {% EVENT navbar_header_username_append %}
  • {% if S_DISPLAY_PM %}
  • {{ Icon('iconify', 'fa:inbox', lang('PRIVATE_MESSAGES'), false) }} {PRIVATE_MESSAGE_COUNT}
  • {% endif %} {% if S_NOTIFICATIONS_DISPLAY %}
  • {{ Icon('iconify', 'fa:bell', lang('NOTIFICATIONS'), false) }}{NOTIFICATIONS_COUNT} {% include 'notification_dropdown.html' %}
  • {% endif %} {% EVENT navbar_header_user_profile_append %} {% elseif not S_IS_BOT %}
  • {{ Icon('iconify', 'fa:power-off', lang('LOGIN_LOGOUT'), false) }}
  • {% if S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) %}
  • {{ Icon('iconify', 'fa:pencil-square-o', 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('iconify', 'fa:home', '', true) }} {{ L_SITE_HOME }} {% endapply %} {% endif %} {% EVENT overall_header_breadcrumb_prepend %} {% apply spaceless %} {% if not U_SITE_HOME %}{{ Icon('iconify', 'fa:home', '', true) }}{% 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('iconify', 'fa:search', lang('SEARCH'), true) }}
  • {% endif %}