get_maincategory(); $objNews->get_maincategory1(); $sty = $_REQUEST['style']; $typ = $_REQUEST['type']; $p_no = $_REQUEST['part_no']; if($_REQUEST['show_x']) { header("location: catalog_view.php"); if($_REQUEST['style']) { header("location: catalog_view.php?style=$sty"); } if($_REQUEST['type']) { header("location: catalog_view.php?type=$typ"); } if(($_REQUEST['style']) && ($_REQUEST['type'])) { header("location: catalog_view.php?style=$sty&type=$typ"); } } if($_REQUEST['search_x']) { if($_REQUEST['part_no']) { header("location: catalog_view.php?part_no=$p_no"); } } $objSmarty->display("catalog.tpl"); ?>