{if $has_access} <h2>Our Products</h2> {foreach from=$product_list item=product} <div class="product"> <p><a href="{$product.product_url}">{$product.product_name}</a><br /> Description: {$product.product_maindescription|strip_tags}</p> </div> {foreachelse} <p>There's no product for this category</p> {/foreach} {*Sort out page navigation*} <div class="gallery_nav"> {if $page_nav != ''} {$page_nav} {/if} </div> {/if} |