{if $CONFIG.modules.tags.avail ne 'Y'} {capture name=tags}
{$LABEL.lbl_module_disabled}
{/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_all_tags content=$smarty.capture.tags} {elseif $action eq 'list'} {capture name=all_tags} {clipcache id=c_all_tags group=$c_all_tags_cg ttl=-1} {foreach from=$tags item=tag} {$tag.name} {/foreach} {/clipcache id=c_all_tags group=$c_all_tags_cg ttl=-1} {/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_all_tags content=$smarty.capture.all_tags} {else} {capture name=tag_prods} {include file="common/page_bar/page_bar.html" pager=$products_pager pos='top'} {include file="common/products_list.html" products=$tag_prods prod_from='tag' style='row'} {include file="common/page_bar/page_bar.html" pager=$products_pager pos='bottom'} {/capture} {include file="_system_/center_block.html" title="`$LABEL.lbl_tags_products` «`$tag_name`»" content=$smarty.capture.tag_prods noinner=true} {/if}