hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
balloonmagic.in
/
Upload FileeE
HOME
<?php ob_start(); include("configuration/function-include.php"); $nav = "packages"; $res_select['id'] = '0'; if (!empty($_REQUEST['DID'])) { $sql_select = "Select * from sh_category where id = '" . $_REQUEST['DID'] . "'"; $query_select = mysqli_query($conn, $sql_select); $res_select = mysqli_fetch_array($query_select); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="keywords" content="Birthday Party Planner in Chandigarh, Balloon Decoration in Zirakhpur, Birthday Party Planner in Chandigarh, Birthday Decoration" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>B.M helium balloons room Decoration - Birthday Party Planner in Chandigarh, Balloon Decoration in Zirakhpur, Birthday Party Planner in Chandigarh, Birthday Decoration</title> <meta name="description" content="balloon decoration in zirakhpur B.M helium balloons room Decoration in zirakhpur panchkulla Mohali Chandigarh surprise party planner birthday party Decoration" /> <meta name="author" content="B.M helium balloons room Decoration" /> <meta property="og:site_name" content="B.M Helium balloons room Decoration" /> <meta property="og:title" content="B.M helium balloons room Decoration in decor in zirakhpur balloon decorati balloon decoration in zirakhpur" /> <meta property="og:description" content="Balloon Decoration Birthday decor Helium balloons Decoration Room Decoration Helium balloons delivery Theme Decoration Surprise" /> <!-- favicon icon --> <link rel="shortcut icon" href="images/favicon.png" /> <!-- bootstrap --> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" /> <!-- animate --> <link rel="stylesheet" type="text/css" href="css/animate.css" /> <!-- owl-carousel --> <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> <!-- fontawesome --> <link rel="stylesheet" type="text/css" href="css/font-awesome.css" /> <!-- themify --> <link rel="stylesheet" type="text/css" href="css/themify-icons.css" /> <!-- flaticon --> <link rel="stylesheet" type="text/css" href="css/flaticon.css" /> <!-- REVOLUTION LAYERS STYLES --> <link rel="stylesheet" type="text/css" href="revolution/css/layers.css"> <link rel="stylesheet" type="text/css" href="revolution/css/settings.css"> <!-- prettyphoto --> <link rel="stylesheet" type="text/css" href="css/prettyPhoto.css"> <!-- shortcodes --> <link rel="stylesheet" type="text/css" href="css/shortcodes.css" /> <!-- main --> <link rel="stylesheet" type="text/css" href="css/main.css" /> <!-- responsive --> <link rel="stylesheet" type="text/css" href="css/responsive.css" /> <style> .img-height { max-height: 200px; min-height: 200px; width: 100%; } .shadow { box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); } </style> </head> <body> <!--page start--> <div class="page sidebar-true"> <!--header start--> <?php include('include/header.php'); ?> <!--header end--> <!--page-title start--> <div class="ttm-page-title-row text-center"> <div class="section-overlay"></div> <div class="title-box text-center"> <div class="container"> <div class="page-title-heading"> <h1 class="title"><?php if (!empty($res_select['category'])) { echo $res_select['category']; } else { echo "All Packages"; } ?></h1> </div> <div class="breadcrumb-wrapper"> <div class="container"> <span><a title="Homepage" href="index.php"><i class="fa fa-home"></i> Home</a></span> <span class="ttm-bread-sep ttm-textcolor-white"> ⁄ </span> <span class="ttm-textcolor-white">Packages</span> </div> </div> </div> </div> </div> <!--page-title end--> <!--site-main--> <div class="site-main"> <section class="ttm-sidebar clearfix ttm-sidebar-section ttm-bgcolor-dark-grey"> <div class="container"> <!-- row --> <div class="row ttm-sidebar-left"> <div class="col-lg-9 col-md-12 content-area"> <ul class="products row"> <?php if (!empty($_REQUEST['DID'])) { $sql_package = "Select * from sh_package where FIND_IN_SET('" . $_REQUEST['DID'] . "',categoryID) and status=1"; } else { $sql_package = "Select * from sh_package where status=1"; } $query_package = mysqli_query($conn, $sql_package); while ($res_package = mysqli_fetch_array($query_package)) { ?> <!-- product --> <li class="product col-md-4 col-sm-6 col-xs-12"> <div class="ttm-product-box shadow"> <!-- ttm-product-box-inner --> <div class="ttm-product-box-inner"> <div class="ttm-shop-icon"> <div class="product-btn cart-btn"><a href="package-details/<?php echo $res_package['url']; ?>" class="add-to-cart-btn">View Details</a> </div> </div> <div class="ttm-product-image-box text-center"> <img class="img-fluid img-height" src="upload/feature/<?php echo $res_package['feature_image'] ?>" alt="<?php echo $res_package['package'] ?>"> </div> </div><!-- ttm-product-box-inner end --> <div class="ttm-product-content"> <h3><a href="package-details/<?php echo $res_package['url']; ?>"><?php echo $res_package['package'] ?></a> </h3> <span class="price"><span class="product-Price-amount"> <span class="product-Price-currencySymbol">₹</span><?php echo $res_package['actualprice'] ?></span> </span> </div> </div> </li> <!-- product end--> <?php } ?> </ul> <!-- <div class="ttm-pagination text-center"> <span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="#">2</a> <a class="next page-numbers" href="#"> <i class="ti ti-arrow-right"></i></a> </div> --> </div> <div class="col-lg-3 sidebar sidebar-left widget-area"> <aside class="widget widget-nav-menu box-shadow"> <ul class="widget-menu"> <?php $i = 0; $sqlcategory = "Select * from sh_category where status='1'"; $querycategory = mysqli_query($conn, $sqlcategory); while ($res_category = mysqli_fetch_array($querycategory)) { $i++; ?> <li <?php if ($res_category['id'] == $res_select['id']) { ?> class="active" <?php } ?>><a href="packages.php?DID=<?php echo $res_category['id']; ?>"><?php echo $res_category['category']; ?></a> </li> <?php } ?> </ul> </aside> </div> </div><!-- row end --> </div> </section> </div><!-- site-main end --> <!--footer--> <?php include('include/footer.php'); ?> <!--footer-END--> </div><!-- page end --> <!--back-to-top start--> <a id="totop" href="#top"> <i class="fa fa-angle-up"></i> </a> <!--back-to-top end--> <!-- Javascript --> <script src="js/jquery.min.js"></script> <script src="js/tether.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.easing.js"></script> <script src="js/jquery-waypoints.js"></script> <script src="js/jquery-validate.js"></script> <script src="js/owl.carousel.js"></script> <script src="js/jquery.prettyPhoto.js"></script> <script src="js/numinate.min6959.js?ver=4.9.3"></script> <script src="js/main.js"></script> </body> </html>