{intl l="View all"} {$smarty.get.type} {intl l="products"}
{else}{intl l="View all"} {intl l="offers"}
{/if} {include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order}
{ifloop rel="product_list"}
-
{if $smarty.get.type == "new"}
{loop type="product" name="product_list" limit=$limit page=$product_page order=$product_order}
{include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true width="700" height="320"}
{/loop}
{else}
{loop type="product" name="product_list" promo="yes" limit=$limit page=$product_page order=$product_order}
{include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true width="700" height="320"}
{/loop}
{/if}