feat(extra-features): A bunch of improvements
This commit is contained in:
@@ -1,25 +1,22 @@
|
||||
<div class="footer-bottom py-3">
|
||||
<div class="container d-flex justify-content-between align-items-center">
|
||||
<div class="copyright">
|
||||
<span>
|
||||
{l
|
||||
s='Copyright © %year% %shop%'
|
||||
sprintf=['%year%' => $smarty.now|date_format:"%Y", '%shop%' => $shop.name|capitalize]
|
||||
d='Shop.Theme.Footer'
|
||||
}
|
||||
</span>
|
||||
</div>
|
||||
<a href="https://dewebsmid.nl/prestashop/" rel="noopener" target="_blank">
|
||||
{l s='PrestaShop' d='Shop.Theme.Footer'}
|
||||
</a>
|
||||
<div class="privacy">
|
||||
<a href="content/3-gebruiks-voorwaarden">
|
||||
{l s='Terms & Conditions' d='Shop.Theme.Footer'}
|
||||
</a>
|
||||
<span class="mx-2"> | </span>
|
||||
<a href="content/1-levering">
|
||||
{l s='Privacy policy' d='Shop.Theme.Footer'}
|
||||
<div class="footer-bottom py-1 py-lg-3">
|
||||
<div class="container">
|
||||
<div class="row d-flex flex-column flex-lg-row justify-content-between align-items-center">
|
||||
<div class="copyright">
|
||||
<span class="text-white fw-400">
|
||||
{l
|
||||
s='Copyright © %year% %shop%'
|
||||
sprintf=['%year%' => $smarty.now|date_format:"%Y", '%shop%' => $shop.name|capitalize]
|
||||
d='Shop.Theme.Footer'
|
||||
}
|
||||
</span>
|
||||
</div>
|
||||
<a href="https://dewebsmid.nl/prestashop/" class="text-white fw-400" rel="noopener" target="_blank">
|
||||
{l s='PrestaShop' d='Shop.Theme.Footer'}
|
||||
</a>
|
||||
<div class="privacy d-flex gap-20">
|
||||
{* Need to create this hook in the db. Use ps_linklist with it- see modules/ps_linklist/views/templates/hook/linkblock.tpl *}
|
||||
{hook h='displayFooterPrivacy'}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user