$list_box_contents = array();
    echo '<div class="product-listing-module-no-products"><div class="well"><p>' . TEXT_NO_PRODUCTS . '</p></div></div>';
    //   new productListingBox($list_box_contents);
}
?>
  <div class="clearfix"></div>
  <div class="content-product-listing-div">

<?php 
if ($listing_split->number_of_rows > 0 && (PREV_NEXT_BAR_LOCATION == '2' || PREV_NEXT_BAR_LOCATION == '3')) {
    ?>
      <div class="product-listing-module-pagination margin-bottom">
        <div class="pull-left large-margin-bottom page-results"><?php 
    echo $listing_split->display_count(TEXT_DISPLAY_NUMBER_OF_PRODUCTS);
    ?>
</div>
        <div class="pull-right large-margin-bottom no-margin-top">
          <ul class="pagination no-margin-top no-margin-bottom">
           <?php 
    echo $listing_split->display_links(MAX_DISPLAY_PAGE_LINKS, tep_get_all_get_params(array('page', 'info', 'x', 'y')));
    ?>

          </ul>
        </div>
      </div><div class="clear-both"></div>


<?php 
}
?>
</div>