{* $Id: products_advanced.tpl 1291 2006-02-03 16:44:20Z seva $ *} {if $products} {capture name="mainbox"} {if !$no_sorting} {include file="products_pages/sorting.tpl"} {/if} {if !$no_pagination} {include file="common_templates/pagination.tpl"} {/if} {if $smarty.capture.js_loaded != "Y"} {capture name="js_loaded"}Y{/capture} {/if}
{/capture} {if !$title} {$smarty.capture.mainbox} {else} {include file="common_templates/mainbox.tpl" title=$title content=$smarty.capture.mainbox} {/if} {/if}