Abschluss Header (exklusive mobiles Design)
Beginn Überarbeitung Footer
This commit is contained in:
47
frontend/index/footer.tpl
Normal file
47
frontend/index/footer.tpl
Normal file
@@ -0,0 +1,47 @@
|
||||
{* Footer menu *}
|
||||
{block name='frontend_index_footer_menu'}
|
||||
<div class="footer--columns block-group">
|
||||
{include file='frontend/index/footer-navigation.tpl'}
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
{* Copyright in the footer *}
|
||||
{block name='frontend_index_footer_copyright'}
|
||||
<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"}
|
||||
|
||||
{* Copyright *}
|
||||
{block name="frontend_index_shopware_footer_copyright"}
|
||||
<div class="footer--copyright">
|
||||
{s name="IndexCopyright"}{/s}
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
{* Logo *}
|
||||
{block name="frontend_index_shopware_footer_logo"}
|
||||
<div class="footer--logo">
|
||||
<i class="icon--shopware"></i>
|
||||
</div>
|
||||
{/block}
|
||||
{/block}
|
||||
</div>
|
||||
{/block}
|
||||
Reference in New Issue
Block a user