Tactical Clothing: Spy Vests and Jackets for Military, Police and Spy Professionals
include ("sev_functions.php");
dbconnect();
include ("template_new.php");
$color_ids = array(); //keep track of color chips
$color_chip_array_constant = get_color_chips_array(); // this is used for ALT Tags
//page variables
$pageurl=getPageURL();
// NOTE : Comment out the line below and Uncomment the line above before going production
// if($pageurl!='subindex_jackets_vests.shtml')
// $pageurl='subindex-test.shtml';
//sql statements
//$sql="SELECT * FROM productbox INNER JOIN indexpages ON productbox.id = indexpages.productid WHERE indexpages.pageurl='$pageurl' ORDER BY rank ASC";
$sql=get_prod_box_query($pageurl);
$resultID=mysql_query($sql);
//build template from queried products
build_product_content($resultID);
?>








