{* 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`product_listing.php"} {if (($listing_split->number_of_rows > 0) && (($smarty.const.PREV_NEXT_BAR_LOCATION == '1') || ($smarty.const.PREV_NEXT_BAR_LOCATION == '3')))} {$listing_split->display_count($smarty.const.TEXT_DISPLAY_NUMBER_OF_PRODUCTS)} {$smarty.const.TEXT_RESULT_PAGE} {$listing_split->display_links($smarty.const.MAX_DISPLAY_PAGE_LINKS, $tep_get_all_get_params)} {/if} {*{osc_draw_module title=false contents=$products_listing_contents}*} {osc_tablebox contents=$products_listing_contents table_parameters='class="productListing"'} {if (($listing_split->number_of_rows > 0) && (($smarty.const.PREV_NEXT_BAR_LOCATION == '2') || ($smarty.const.PREV_NEXT_BAR_LOCATION == '3')))} {$listing_split->display_count($smarty.const.TEXT_DISPLAY_NUMBER_OF_PRODUCTS)} {$smarty.const.TEXT_RESULT_PAGE} {$listing_split->display_links($smarty.const.MAX_DISPLAY_PAGE_LINKS, $tep_get_all_get_params)} {/if}