22 lines
470 B
Smarty
22 lines
470 B
Smarty
{if $show_arrows == 0}
|
|
<style type="text/css">
|
|
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
|
|
display: none ;
|
|
}
|
|
</style>
|
|
{/if}
|
|
|
|
{if $enable_brand_slider}
|
|
<h1>Brands</h1>
|
|
<ul id="logo-slider">
|
|
{foreach from=$manufacturers item=manufacturer name=manufacturer_list}
|
|
<li>
|
|
<a href="{$link->getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)}">
|
|
<img src="img/m/{$manufacturer.id_manufacturer}.jpg"></a>
|
|
</li>
|
|
{/foreach}
|
|
</ul>
|
|
{/if}
|
|
|
|
|