gastroshop/frontend/index/footer.tpl

43 lines
1.5 KiB
Smarty
Raw Normal View History

{extends file="parent:frontend/index/footer.tpl"}
{* Footer menu *}
{block name='frontend_index_footer_menu'}
<div class="footer--top-wrapper">
<div class="container">
<div class="footer--columns block-group">
{include file='frontend/index/footer-navigation.tpl'}
</div>
</div>
</div>
{/block}
{* Copyright in the footer *}
{block name='frontend_index_footer_copyright'}
<div class="footer--bottom-wrapper">
<div class="container">
<div class="footer--bottom">
{* 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}
{block name='frontend_index_footer_minimal'}
{include file="frontend/index/footer_minimal.tpl" hideCopyrightNotice=true}
{/block}
{* Shopware footer *}
{block name="frontend_index_shopware_footer"}{/block}
</div>
</div>
</div>
{/block}