示例#1
0
>Low to High price</option>
					<option value="3" <?php 
if ($sort == 3) {
    ?>
 selected="selected" <?php 
}
?>
>Turnaround time</option>
				  </select>&nbsp;&nbsp;PAGE <?php 
echo $page + 1;
?>
 OF <?php 
echo $sku_count;
?>
<div style="margin:-20px 0 0 330px; position:relative;"><?php 
$pagination_object->pagenation();
?>
</div>
				  </div>
                  <div class="buy_now_txt_btm_space"></div>
	
			<!--<div class="buy_now_txt_btm_space"></div>-->
			<div style="height:20px;"></div>
<!--<div class="buy_now_txt_btm_space"></div>-->
			
		<?php 
$colori = 0;
while ($row_artists = mysql_fetch_assoc($rs_artists)) {
    if ($colori % 3 == 2) {
        $bgimg = "green";
    } else {