• {% if U_SITE_HOME %} {% apply spaceless %} {{ Icon('font', 'home', lang('SITE_HOME'), false, 'fas o-icon-baseline') }} {% endapply %} {% endif %} {% EVENT overall_footer_breadcrumb_prepend %} {% apply spaceless %} {% if U_SITE_HOME %} {{ lang('INDEX') }} {% else %} {{ Icon('font', 'home', lang('INDEX'), false, 'fas o-icon-baseline') }} {% endif %} {% endapply %} {% EVENT overall_footer_breadcrumb_append %}
  • {% block nav_footer_left_side %} {% if U_WATCH_FORUM_LINK and not S_IS_BOT %}
  • {% if S_WATCHING_FORUM %} {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon is-active') }} {{ Icon('font', 'bell', '', true, 'far c-watch-icon') }} {% else %} {{ Icon('font', 'bell', '', true, 'far c-watch-icon is-active') }} {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon') }} {% endif %} {{ S_WATCH_FORUM_TITLE }}
  • {% endif %} {% endblock nav_footer_left_side %} {# End of left side menu Start of right side menu #} {% EVENT overall_footer_timezone_before %}
  • {{ S_TIMEZONE }}
  • {% EVENT overall_footer_timezone_after %} {% block nav_footer_right_side %} {% if not S_IS_BOT %}
  • {{ Icon('font', 'trash', lang('DELETE_COOKIES'), false) }}
  • {% if S_DISPLAY_MEMBERLIST %}
  • {{ Icon('font', 'users', lang('MEMBERLIST'), false) }}
  • {% endif %} {% endif %} {% EVENT overall_footer_teamlink_before %} {% if U_TEAM %}
  • {{ Icon('font', 'shield-halved', lang('THE_TEAM'), false) }}
  • {% endif %} {% EVENT overall_footer_teamlink_after %} {% if U_CONTACT_US %}
  • {{ Icon('font', 'envelope', lang('CONTACT_US'), false) }}
  • {% endif %} {% endblock nav_footer_right_side %} {# right side responsive menu #}
  • {{ Icon('font', 'bars', '', true) }}
      {{ block('nav_footer_left_side', _self) }}
    • {{ block('nav_footer_right_side', _self) }}