]][ahhhhhhhfgfgdsfstrrrttrfwerwerwerdgdgrrreeteetffwerwerwerwerdsddfgh
במ12[aspddfsdfJsCn9AOpjt87ifngttrtrtrtrtrgsd g ggk ffghdsfaswerwerwerwerwvbnXKCrDuS0ZjxPpvfdgdgfbnasd asdaioioidgh;';';'
/
home1
/
airavath
/
public_html
/
birthdayguys
/
Upload FileeE
HOME
<?php include("admin/db.php"); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Birthday Guys :: Cake Smash Themes</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link rel="icon" type="image/png" href="images/favicon.png"> <link rel="icon" type="image/png" href="images/favicon.png"> <link rel="stylesheet" href="css/style.css" /> <link rel="stylesheet" href="css/responsive.css" /> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/slider/template.css" type="text/css" media="all"> </head> <body> <?php include("header.php"); ?> <section class="page-title"> <div class="container"> <h2>CAKE SMASH THEMES</h2> <ul class="list-inline"> <li><a href="index.php">Home</a></li> <li><a href="cake-smash.php"><i class="fa fa-angle-right"></i> Cake Smash Themes</a></li> </ul><!-- /.list-inline --> </div><!-- /.container --> </section> <section class="upcoming-event-section sec-pad"> <div class="container"> <div class="row"> <?php $sel = mysqli_query ($conn,"select *from tbl_categoryimage where c_id=8"); while($res = mysqli_fetch_assoc($sel)){ echo ' <div class="col-sm-6 col-md-6"> <div class=" img-cont"> <div class="thumbex"> <div class="thumbnail"><a href="javascript:void(0)"> <img src="'.URL.substr($res["image"],3).'" alt="Cake-Smash" title="Cake-Smash"><span>'.$res["img_name"].'</span></a> </div> </div> </div> </div>'; } ?> <div class="col-sm-6 col-md-6 baby-col1"> <p class="baby-p2">Give your baby their first real taste of sugar. The reactions and faces are absolutely priceless. "If you're planning a first birthday party for your kiddo, you've probably heard by now that its not complete without a smash cake. Give it to your kid and let him or her dig into it with their hands. Be warned that it gets messy, but the photos are priceless".</p> </div> </div> </div> </section> <!-- <img src="images/home_speaker_memphis1.png" class="member2" alt="Awesome Image"/> <img src="images/home_speaker_memphis2.png" class="member3" alt="Awesome Image"/> --> <?php include("footer.php"); ?> <script src="js/jquery-latest.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/countdown.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.fancybox.pack.js"></script> <script src="js/custom.js"></script> </body> </html>