2020-02-03 17:19:02 +01:00
|
|
|
{extends file="parent:frontend/index/footer.tpl"}
|
|
|
|
|
2020-01-23 17:24:27 +01:00
|
|
|
{* Footer menu *}
|
|
|
|
{block name='frontend_index_footer_menu'}
|
2020-01-24 15:29:07 +01:00
|
|
|
<div class="footer--top-wrapper">
|
|
|
|
<div class="container">
|
|
|
|
<div class="footer--columns block-group">
|
|
|
|
{include file='frontend/index/footer-navigation.tpl'}
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-01-23 17:24:27 +01:00
|
|
|
</div>
|
|
|
|
{/block}
|
|
|
|
|
|
|
|
{* Copyright in the footer *}
|
|
|
|
{block name='frontend_index_footer_copyright'}
|
2020-01-24 15:29:07 +01:00
|
|
|
<div class="footer--bottom-wrapper">
|
|
|
|
<div class="container">
|
|
|
|
<div class="footer--bottom">
|
2020-01-23 17:24:27 +01:00
|
|
|
|
2020-01-24 15:29:07 +01:00
|
|
|
{* Vat info *}
|
|
|
|
{block name='frontend_index_footer_vatinfo'}
|
|
|
|
<div class="footer--vat-info">
|
|
|
|
<p class="vat-info--text">
|
|
|
|
{if $sOutputNet}
|
|
|
|
{s name='FooterInfoExcludeVat' namespace="frontend/index/footer"}{/s}
|
|
|
|
{else}
|
|
|
|
{s name='FooterInfoIncludeVat' namespace="frontend/index/footer"}{/s}
|
|
|
|
{/if}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{/block}
|
2020-01-23 17:24:27 +01:00
|
|
|
|
2020-01-24 15:29:07 +01:00
|
|
|
{block name='frontend_index_footer_minimal'}
|
|
|
|
{include file="frontend/index/footer_minimal.tpl" hideCopyrightNotice=true}
|
|
|
|
{/block}
|
2020-01-23 17:24:27 +01:00
|
|
|
|
2020-01-24 15:29:07 +01:00
|
|
|
{* Shopware footer *}
|
2020-02-03 17:19:02 +01:00
|
|
|
{block name="frontend_index_shopware_footer"}{/block}
|
2020-01-24 15:29:07 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-01-23 17:24:27 +01:00
|
|
|
</div>
|
|
|
|
{/block}
|