18 lines
608 B
Smarty
18 lines
608 B
Smarty
<ul class="list-inline">
|
|
{if $dbcfg.cookie_bar.enable == "Y"}
|
|
<li><a href="" data-cookie-bar="open">{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>
|