14 lines
423 B
Smarty
14 lines
423 B
Smarty
{include file=$tpl_dir./breadcrumb.tpl}
|
|
|
|
<h2>{l s='List of products by manufacturer:'} {$manufacturer->name|escape:'htmlall':'UTF-8'}</h2>
|
|
|
|
{include file=$tpl_dir./errors.tpl}
|
|
|
|
{if $products}
|
|
{include file=$tpl_dir./product-sort.tpl}
|
|
{include file=$tpl_dir./product-list.tpl products=$products}
|
|
{include file=$tpl_dir./pagination.tpl}
|
|
{else}
|
|
<p class="warning">{l s='No products for this manufacturer.'}</p>
|
|
{/if}
|