if ($page == "") {
include("lib/product_featured.php");
//include("lib/cat_thumb.php");
include("pages/category.php");
}
if ($page == "aboutus") {
//include("lib/product_featured.php");
include("pages/about_us.php");
}
if ($page == "category") {
include("pages/category.php");
}
if ($page == "contact") {
include("pages/contact_us.php");
}
if ($page == "pro_detail") {
include("pages/product_detail.php");
}
if ($page == "cert") {
include("pages/cert.php");
}
?>
//include("lib/lang_cur_cat.php")
if($page != "aboutus"){
include("lib/about_our.php");
}
include("lib/tex_motion.php");
include("lib/promotions.php");
include("lib/cat_partners.php");
?>