forked from brooksbingham/theme-elegance
refactor: style the footer
parent
5ce5059fac
commit
91726b1ea3
|
@ -27,13 +27,17 @@
|
||||||
{hook h='displayFooterBefore'}
|
{hook h='displayFooterBefore'}
|
||||||
{/block}
|
{/block}
|
||||||
</div>
|
</div>
|
||||||
<div class="container mx-auto">
|
<div class="container mx-auto flex flex-col">
|
||||||
<div class="flex items-center">
|
<div class="flex">
|
||||||
<div class="w-48 h-48 flex flex-col justify-center">
|
<div class="w-48 h-48 flex flex-col justify-center">
|
||||||
<a class="w-24 h-24" href="{$urls.base_url}">
|
<a class="w-24 h-24" href="{$urls.base_url}">
|
||||||
<img class="logo w-full aspect-square object-fit" src="{$shop.logo}" alt="{$shop.name}">
|
<img class="logo w-full aspect-square object-fit" src="{$shop.logo}" alt="{$shop.name}">
|
||||||
</a>
|
</a>
|
||||||
<div class="h-96">
|
</div>
|
||||||
|
<div class="w-full flex flex-1">
|
||||||
|
{block name='hook_footer'}
|
||||||
|
{hook h='displayFooter'}
|
||||||
|
{/block}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
|
@ -41,13 +45,9 @@
|
||||||
{hook h='displayFooterAfter'}
|
{hook h='displayFooterAfter'}
|
||||||
{/block}
|
{/block}
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="flex py-8">
|
||||||
<div class="flex justify-center py-8">
|
<a href="{$shop.url}">
|
||||||
{block name='copyright_link'}
|
<span class="text-sm">© 2023 Brooksbingham Clothing</span>
|
||||||
<a class="_blank" href="https://www.prestashop.com" target="_blank" rel="nofollow">
|
</a>
|
||||||
{l s='%copyright% %year% - Ecommerce software by %prestashop%' sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'}
|
|
||||||
</a>
|
|
||||||
{/block}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue