{include_php file="left.php"}
{$section_heading}
{$wishlist_name}
Product
Price
Delete
{foreach key=key item=item from=$arr_prod}
{$arr_prod[$key][1]}
{$arr_prod[$key][2]}
{$arr_prod[$key][3]}
{/foreach}
{include_php file="right.php"}