{*
$Id: best_sellers.html,v 1.1.1.1 2004/01/07 09:18:19 shota 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_BOXES`best_sellers.php"}
{if $best_sellers_row >= $smarty.const.MIN_DISPLAY_BESTSELLERS}
{osc_draw_module title="`$smarty.const.BOX_HEADING_BESTSELLERS`" contents=$best_sellers_contents}
{/if}