{#{% if logop is defined %} {{ logop }} {% set logo = logop %} {% else %} {% set logo = '/themes/custom/probes/logo.png' %} {% endif %}#} {% if topbar_display is empty %} {% set topbar_display = 'on' %} {% endif %} {% if header_layout is empty %} {% set header_layout = 'layout1' %} {% endif %} {% if topbar_background_color is not empty %} {% set topbar_class = topbar_class ~ ' background-color' %} {% endif %} {% if topbar_display == 'on' and page.topbar and (header_layout == 'layout1' or header_layout == 'layout2' or header_layout == 'layout5') %}
{{ page.topbar }}
{% endif %} {# Original #} {#{% set logo = '/themes/custom/probes/logo.png' %}#} {% if header_layout == 'layout1' %}
{% elseif header_layout == 'layout2' %}
{% elseif header_layout == 'layout3' %} {% if topbar_display == 'on' and (page.topbar or logo) %}
{% if page.header_branding %} {{ page.header_branding }} {% else %}
{% endif %} {{ page.topbar }}
{% endif %}
{% elseif header_layout == 'layout4' %}
{% elseif header_layout == 'layout5' %} {% if logo or page.right_header %}
{% if page.header_branding or logo %}
{% if page.header_branding %} {{ page.header_branding }} {% else %} {% endif %}
{% endif %} {% if page.right_header %}
{{ page.right_header }}
{% endif %}
{% endif %}
{% endif %}