]][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 :: Girls 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 href="https://fonts.googleapis.com/css?family=Arsenal|Cormorant+SC|Great+Vibes|Lobster|Trirong|Roboto|PT+Serif&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/style.css" /> <link rel="stylesheet" href="css/responsive.css" /> <link rel="stylesheet" href="css/slider/template.css" type="text/css" media="all"> <style type="text/css"> <!-- .page-title:before { background: #ffd3fd; } .page-title h2 { color: #000; } .page-title ul li a { color: #000; }--> </style> </head> <body> <?php include("header.php"); ?> <section class="page-title"><!-- url(images/boysbanner.jpg) 0 0 no-repeat ---> <div class="container"> <h2 style="color:#4f3851;">GIRLS THEMES</h2> <ul class="list-inline"> <li><a href="index.php" style="color:#4f3851;">Home</a></li> <li><a href="girlstheme.php"style="color:#4f3851;"><i class="fa fa-angle-right"></i>Girls Themes</a></li> </ul><!-- /.list-inline --> </div><!-- /.container --> </section> <section class="upcoming-event-section sec-pad"> <div class="container"> <!--<div class="sec-title text-center"> <img src="images/home_speaker_memphis1.png" class="member1" alt="Image"/> <img src="images/home_speaker_memphis2.png" class="member2" alt="Image"/> <img src="images/balloon.png" alt="Image"/> <h2>Most Popular</h2> </div>--><!-- /.sec-title text-center --> <div class="event-carousel owl-theme owl-carousel"> <?php $sel = mysqli_query ($conn,"select *from tbl_categoryimage where c_id=2"); while($res = mysqli_fetch_assoc($sel)){ echo '<div class="item"> <div class="single-upcoming-event"> <div class="img-box"> <a href="https://www.facebook.com/pg/birthdayguys/photos/?tab=album&album_id=1442129915891633" target="_blank"> <img src="'.URL.substr($res["image"],3).'" alt="Girls Themes" title="Girls Themes"></a> <ul class="event-details"> </ul> </div> <a href="https://www.facebook.com/pg/birthdayguys/photos/?tab=album&album_id=1442129915891633" target="_blank"> <h3 class="text-center">'.$res["img_name"].'</h3></a> </div> </div>'; } ?> </div><!-- /.row --> <div class="sec-title text-center"> <h2>Other Themes</h2> </div><!-- /.sec-title text-center --> <div class="event-carousel owl-theme owl-carousel"> <?php $sel = mysqli_query ($conn,"select *from tbl_categoryimage where c_id=29"); while($res = mysqli_fetch_assoc($sel)){ echo '<div class="item"> <div class="single-upcoming-event"> <div class="img-box"> <a href="https://www.facebook.com/pg/birthdayguys/photos/?tab=album&album_id=1442129915891633" target="_blank"> <img src="'.URL.substr($res["image"],3).'" alt="Girls Themes" title="Girls Themes"> </a> <ul class="event-details"> </ul> </div> <a href="https://www.facebook.com/pg/birthdayguys/photos/?tab=album&album_id=1442129915891633" target="_blank"> <h3 class="text-center">'.$res["img_name"].'</h3> </a> </div> </div>'; } ?> </div><!-- /.row --> </div><!-- /.container --> </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>