Files
kupshop/web/templates/x/product/product.links.tpl
2025-08-02 16:30:27 +02:00

18 lines
725 B
Smarty

{if !$product}
{$product = $body.product}
{/if}
<div class="product-links">
<a href="{url s=page label='contact'}" data-focus-opener="product-question"><span class="fc icons_question"></span>
{t}Mám dotaz{/t}</a>
<a href="#"
onclick="window.open('https://www.facebook.com/sharer/sharer.php?u={url s=product IDproduct=$product.id TITLE=$product.title absolute=1}','_blank', 'scrollbar=no,width=500,height=400');return false;"><span
class="fc icons_share"></span> {t}Sdílet{/t}</a>
{ifmodule SHOPPING_LIST}
{if $ctrl.logged}
<a href="" data-focus-opener="shopping-list"><span class="fc icons_shopping-list"></span> {t}Přidat do seznamu{/t}</a>
{/if}
{/ifmodule}
</div>