{*
$Id: new_products.html,v 1.1.2.1 2003/11/12 12:54:16 kasugai Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*}
{include_php file="`$smarty.const.DIR_FS_MODULES`new_products.php"}
{if ($num_products > 0)}
{* new_products title*}
{$new_products_title}
{* new_products_contents *}
{* new_products_separator *}
{* new_products_data *}
{* 消し new_products.php見ろ
{html_table loop=$new_products_array table_attr='border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"' td_attr='align="center" class="smallText" width="33%" valign="top"' cols=3}
*}
{* sectionに変更。*}
{section name=i loop=$new_products_array}
{$new_products_array[i]}
{/section}
{/if}