hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
balloonmagic.in
/
Upload FileeE
HOME
<?php ob_start(); include("configuration/function-include.php"); $nav = "events"; $url=$_SERVER['SCRIPT_URI']; $parameters=array(); $parameters=explode('/',$url); //print_r($parameters); $DID=urldecode($parameters[4]); if (!empty($DID)) { $sql_select = "Select * from sh_blogs where url = '" . $DID . "'"; $query_select = mysqli_query($conn, $sql_select); $res_select = mysqli_fetch_array($query_select); } else { header("location:https://balloonmagic.in/"); exit(); } ?> <!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="<?php echo $websitedname; ?>images/favicon.png" /> <!-- bootstrap --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/bootstrap.min.css" /> <!-- animate --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/animate.css" /> <!-- owl-carousel --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/owl.carousel.css"> <!-- fontawesome --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/font-awesome.css" /> <!-- themify --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/themify-icons.css" /> <!-- flaticon --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/flaticon.css" /> <!-- REVOLUTION LAYERS STYLES --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>revolution/css/layers.css"> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>revolution/css/settings.css"> <!-- prettyphoto --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/prettyPhoto.css"> <!-- shortcodes --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/shortcodes.css" /> <!-- main --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/main.css" /> <!-- responsive --> <link rel="stylesheet" type="text/css" href="<?php echo $websitedname; ?>css/responsive.css" /> </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 echo $res_select['title']; ?></h1> </div> <div class="breadcrumb-wrapper"> <div class="container"> <span><a title="Homepage" href="<?php echo $websitedname; ?>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"> Events</span> </div> </div> </div> </div> </div> <!--page-title end--> <!--site-main--> <div class="site-main"> <div class="ttm-sidebar ttm-bgcolor-grey break-991-colum clearfix ttm-sidebar-section"> <div class="container"> <!-- row --> <div class="row ttm-sidebar-right"> <div class="col-lg-9 content-area"> <article class="post ttm-blog-classic"> <div class="post-image ttm_single_image_wrapper"> <img class="img-fluid" src="<?php echo $websitedname; ?>upload/blogs/<?php echo $res_select['img']; ?>" alt="<?php echo $res_select['title']; ?>"> </div> <div class="ttm-blog-classic-content single-blog"> <?php echo $res_select['description']; ?> </div> </article> </div> <div class="col-lg-3 sidebar sidebar-right widget-area"> <aside class="widget widget-recent-post"> <h3 class="widget-title">Recent Events</h3> <ul class="ttm-recent-post-list"> <?php $i = 0; $sqlblogs = "Select * from sh_blogs where status='1' limit 0,6"; $queryblogs = mysqli_query($conn, $sqlblogs); while ($res_blogs = mysqli_fetch_array($queryblogs)) { $i++; ?> <li class="ttm-recent-post-list-li clearfix"> <a href="<?php echo $websitedname; ?>event-details/<?php echo $res_blogs['url']; ?>"><img src="<?php echo $websitedname; ?>upload/blogs/<?php echo $res_blogs['img']; ?>" alt="<?php echo $res_blogs['title']; ?>"></a> <a href="<?php echo $websitedname; ?>event-details/<?php echo $res_blogs['url']; ?>"><?php echo $res_blogs['title']; ?></a> <span class="post-date"><?php echo $res_blogs['dop']; ?></span> </li> <?php } ?> </ul> </aside> </div> </div> </div> </div> </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="<?php echo $websitedname; ?>js/jquery.min.js"></script> <script src="<?php echo $websitedname; ?>js/tether.min.js"></script> <script src="<?php echo $websitedname; ?>js/bootstrap.min.js"></script> <script src="<?php echo $websitedname; ?>js/jquery.easing.js"></script> <script src="<?php echo $websitedname; ?>js/jquery-waypoints.js"></script> <script src="<?php echo $websitedname; ?>js/owl.carousel.js"></script> <script src="<?php echo $websitedname; ?>js/jquery.prettyPhoto.js"></script> <script src="<?php echo $websitedname; ?>js/numinate.min6959.js?ver=4.9.3"></script> <script src="<?php echo $websitedname; ?>js/main.js"></script> </body> </html>