diff --git a/themes/default/manufacturer.tpl b/themes/default/manufacturer.tpl index f675ece3d..facc92347 100644 --- a/themes/default/manufacturer.tpl +++ b/themes/default/manufacturer.tpl @@ -30,6 +30,17 @@ {if !isset($errors) OR !sizeof($errors)}

{l s='List of products by manufacturer:'} {$manufacturer->name|escape:'htmlall':'UTF-8'}

+ {if !empty($manufacturer->description) || !empty($manufacturer->short_description)} +
+ {if !empty($manufacturer->short_description)} +

{$manufacturer->short_description}

+

{$manufacturer->description}

+ {l s='More'} + {else} +

{$manufacturer->description}

+ {/if} +
+ {/if} {if $products}