26 lines
955 B
Smarty
26 lines
955 B
Smarty
<div class="copyright container container-narrow container-flex">
|
|
<ul class="list-inline">
|
|
<li>© {$smarty.now|date_format:"%Y"} <a href="{$cfg.Addr.full}">{$dbcfg.shop_firm_name}</a></li>
|
|
{if $dbcfg.cookie_bar.enable == "Y"}
|
|
<li><a href="" data-cc-init>{t}Nastavení cookies{/t}</a></li>
|
|
{/if}
|
|
<li>
|
|
<a href="" data-wpj-focus="{path('kupshop_content_contactform_sendform', ['type'=>'report-inappropriate-content'])}" data-wpj-focus-ajax="1">
|
|
{t}Nahlásit závadný obsah{/t}
|
|
</a>
|
|
</li>
|
|
{foreach $menu as $item}
|
|
<li>
|
|
<a href="{$item.url nofilter}" {if $item.target != ''}target="{$item.target}" rel="noreferrer"{/if}>
|
|
{$item.title}
|
|
</a>
|
|
</li>
|
|
{/foreach}
|
|
</ul>
|
|
|
|
{if !$hide_author}
|
|
<p>{t escape=false}Shop by <a href="https://www.wpj.cz" target="_blank" rel="noopener">wpj.cz</a>{/t}</p>
|
|
{/if}
|
|
</div>
|
|
|