{* $Id: recent_products.tpl 2474 2006-11-05 11:39:30Z zeke $ *} {if $recently_viewed_products} {capture name="sidebox"} {foreach from=$recently_viewed_products item=product}
{include file="common_templates/image.tpl" image_width="70" images=$product.main_pair no_ids=true object_type="product"}
{$product.product|truncate:25:'...':true}

{/foreach} {/capture} {include file="common_templates/sidebox.tpl" title=$lang.recent_products content=$smarty.capture.sidebox} {/if}