11 lines
254 B
Smarty
11 lines
254 B
Smarty
<div class="product-description">
|
|
{if $body.product.longDescr}
|
|
<h2>{t}Popis produktu{/t}</h2>
|
|
{$body.product.longDescr nofilter}
|
|
{/if}
|
|
|
|
{if $body.product.parameters}
|
|
{$body.product.parameters nofilter}
|
|
{/if}
|
|
</div>
|