{if $CONFIG.modules.products.avail ne 'Y'} {capture name=product}
{$LABEL.lbl_module_disabled}
{/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_product content=$smarty.capture.product} {elseif $product} {include file="product/product_js.html"} {capture name=product} {if $CONFIG.modules.products_compare.avail eq 'Y'}{/if} {if $product.descr or $product.short_descr}
{$LABEL.lbl_tags_cloud}: {foreach from=$product_tags item=product_tag name=product_tags} {$product_tag.name}{if not $smarty.foreach.product_tags.last},{/if} {/foreach}
{/if} {if $details} {include file="product/details.html"} {/if} {if $attachments} {include file="product/attachments.html"} {/if} {if $CONFIG.modules.recommended_products.avail eq 'Y' and $recommended_products} {include file="product/recommended.html"} {/if} {if $CONFIG.modules.related_products.avail eq 'Y' and $related_products} {include file="product/related.html"} {/if} {if $CONFIG.modules.articles.avail eq 'Y' and $product_articles} {include file="product/articles.html"} {/if} {if $prod_pics} {include file="product/pictures.html"} {/if} {if $CONFIG.modules.discussions.avail eq 'Y'} {include file="product/discussions.html"} {/if} {include file="product/send_to_friend.html"} {if $CONFIG.modules.maybe3d.avail eq 'Y'} {include file="product/maybe3d.html"} {/if}