{% sw_extends '@Storefront/storefront/layout/footer/footer.html.twig' %}
{% set socials = [
{
'title': 'Facebook',
'icon': 'fa fa-facebook-f',
'url': shopware.theme['rhweb-social-facebook']
},
{
'title': 'Twitter',
'icon': 'fa fa-twitter',
'url': shopware.theme['rhweb-social-twitter']
},
{
'title': 'Instagram',
'icon': 'fa fa-instagram',
'url': shopware.theme['rhweb-social-instagram']
},
{
'title': 'Youtube',
'icon': 'fa fa-youtube',
'url': shopware.theme['rhweb-social-youtube']
},
{
'title': 'Pinterest',
'icon': 'fa fa-pinterest-p',
'url': shopware.theme['rhweb-social-pinterest']
},
{
'title': 'Vimeo',
'icon': 'fa fa-vimeo',
'url': shopware.theme['rhweb-social-vimeo']
},
{
'title': 'Google Plus +',
'icon': 'fa fa-google-plus',
'url': shopware.theme['rhweb-social-googleplus']
},
{
'title': 'Tumblr',
'icon': 'fa fa-tumblr',
'url': shopware.theme['rhweb-social-tumblr']
},
{
'title': 'Linked In',
'icon': 'fa fa-linkedin',
'url': shopware.theme['rhweb-social-linkedin']
},
{
'title': 'Xing',
'icon': 'fa fa-xing',
'url': shopware.theme['rhweb-social-xing']
},
{
'title': 'Skype',
'icon': 'fa fa-skype',
'url': shopware.theme['rhweb-social-skype']
},
{
'title': 'Snapchat',
'icon': 'fa fa-snapchat',
'url': shopware.theme['rhweb-social-snapchat']
},
{
'title': 'Amazon',
'icon': 'fa fa-amazon',
'url': shopware.theme['rhweb-social-amazon']
},
{
'title': 'Ebay',
'icon': 'fab fa-ebay',
'url': shopware.theme['rhweb-social-ebay']
},
{
'title': 'Etsy',
'icon': 'fa fa-etsy',
'url': shopware.theme['rhweb-social-etsy']
},
{
'title': 'Appstore',
'icon': 'fab fa-app-store',
'url': shopware.theme['rhweb-social-appstore']
},
{
'title': 'Google Play',
'icon': 'fab fa-google-play',
'url': shopware.theme['rhweb-social-googleplay']
},
{
'title': 'Kickstarter',
'icon': 'fab fa-kickstarter-k',
'url': shopware.theme['rhweb-social-kickstarter']
},
] %}
{% set activateSocials = shopware.theme['rhweb-footer-activate-socials'] %}
{% block layout_footer_navigation_hotline %}
{# //Do nothing #}
{% endblock %}
{% block layout_footer_navigation_columns %}
{# //Do nothing #}
{% endblock %}
{% block layout_footer_inner_container %}
<div class="footer-logos bdl-footer-blocks">
{% block layout_footer_bdl_menus %}
<div class="col-md-4 footer-column js-footer-column">
<div class="footer-column-headline footer-headline js-collapse-footer-column-trigger">
<span class="footer-column-name bdl-footer-menu-name">{{ 'bdlThemeChanges.footer.customerService'|trans|sw_sanitize }}</span>
</div>
<div class="footer-column-content">
<ul class="footer-services-list bdl-customer-service">
{% for footerMenuItem in bdlFooterMenu %}
<li class="footer-menu-item">
<a class="footer-link" href="{% if footerMenuItem.externalLink %}{{ footerMenuItem.externalLink }}{% else %}{{ seoUrl('frontend.navigation.page', { navigationId: footerMenuItem.id }) }}{% endif %}" title="{{ footerMenuItem.translated.name }}">
<span>{{ footerMenuItem.translated.name }}</span>
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
{% endblock %}
{% block layout_footer_payment_logos %}
{# //Do nothing #}
{% endblock %}
{% block layout_footer_bdl_address %}
<div class="col-md-4 footer-column js-footer-column">
<div class="footer-column-headline footer-headline js-collapse-footer-column-trigger">
<span class="footer-column-name bdl-footer-address-name">
{{ 'bdlThemeChanges.footer.bardahl'|trans|sw_sanitize }}
</span>
</div>
<div class="footer-column-content js-footer-column-content">
{% if bdlCustomThemeSettings.BDL_footer_address %}
{{ bdlCustomThemeSettings.BDL_footer_address|sw_sanitize }}
{% endif %}
<div class="bdl-footer-menu">
{% if bdlCustomThemeSettings.BDL_email %}
<a href="mailto:{{ bdlCustomThemeSettings.BDL_email|sw_sanitize }}">
<span>
{{ bdlCustomThemeSettings.BDL_email|sw_sanitize }}
</span>
</a><br>
{% endif %}
{% if bdlCustomThemeSettings.BDL_phone %}
<a href="tel:{{ bdlCustomThemeSettings.BDL_phone|sw_sanitize }}">
<span>
{{ bdlCustomThemeSettings.BDL_phone|sw_sanitize }}
</span>
</a>
{% endif %}
</div>
</div>
</div>
{% endblock %}
{% block layout_footer_shipping_logos %}
{# //Do nothing #}
{% endblock %}
<div class="col-md-4 footer-column js-footer-column">
{% block layout_footer_number_content %}
<div class="bdl-footer-numbers">
<div class="footer-column-content-inner">
<div class="footer-kvk-number">
{% if bdlCustomThemeSettings.BDL_footer_KVKnumber %}
{{ 'bdlThemeChanges.footer.KVKNumber'|trans|sw_sanitize }}:{{ bdlCustomThemeSettings.BDL_footer_KVKnumber }}
{% endif %}
</div>
<div class="footer-btw-number">
{% if bdlCustomThemeSettings.BDL_footer_BTWnumber %}
{{ 'bdlThemeChanges.footer.BTWNumber'|trans|sw_sanitize }}:{{ bdlCustomThemeSettings.BDL_footer_BTWnumber }}
{% endif %}
</div>
</div>
</div>
{% endblock %}
{% if activateSocials %}
{% block rhweb_footer_socials %}
{% block layout_footer_socials_headline %}
<div class="footer-column-headline footer-headline bdl-footer-social-media-icons" data-target="#collapseFooterSocials" aria-expanded="true" aria-controls="collapseFooterSocials">
{{ 'bdlThemeChanges.footer.vlogUs'|trans }}
</div>
{% endblock %}
{% block layout_footer_socials_content %}
<div id="collapseFooterSocials" class="footer-column-content collapse js-footer-column-content bdl-footer-social-media-icon" aria-labelledby="collapseFooterSocialsTitle">
<div class="footer-column-content-inner mt-md-3">
<div class="footer-socials">
{% for social in socials %}
{% if social.url %}
<a class="footer-social-button" rel="noopener" aria-label="{{ social.title }} Page" target="_blank" href="{{ social.url }}" title="{{ social.title }}">
<i aria-hidden="true" aria-label="{{ social.title }} Page" class="social-icon {{ social.icon }}"></i>
</a>
{% endif %}
{% endfor %}
</div>
</div>
</div>
{% endblock %}
{% endblock %}
{% endif %}
</div>
{% block rhweb_footer_certificates %}
{# #nothing to do #}
{% endblock %}
</div>
{% endblock %}