• {{ 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') }}
    • {{ lang('SEARCH') }}
    • {% 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') }}
  • {% EVENT overall_header_navigation_append %} {% if U_ACP %}
  • {{ lang('ACP_SHORT') }}
  • {% endif %} {% if U_MCP %}
  • {{ lang('MCP_SHORT') }}
  • {% endif %} {% 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 %}
    • {{ lang('PROFILE') }}
    • {% if U_USER_PROFILE %}
    • {{ lang('READ_PROFILE') }}
    • {% 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 %} {% else %}
  • {{ 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 %}
    {% DEFINE MICRODATA = ' itemtype="http://schema.org/ListItem" itemprop="itemListElement" itemscope' %} {% set navlink_position = 1 %} {% EVENT overall_header_breadcrumbs_before %}
  • {% if U_SITE_HOME %} {{ lang('SITE_HOME') }} {% endif %} {% EVENT overall_header_breadcrumb_prepend %} {% if not U_SITE_HOME %}{% endif %}{{ lang('INDEX') }} {% for navlinks in loops.navlinks %} {% EVENT overall_header_navlink_prepend %} {{ navlinks.FORUM_NAME }} {% 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 %}
  • {{ lang('SEARCH') }}
  • {% endif %}