ok
Direktori : /home/importfo/public_html/toothstudio.in/ |
Current File : /home/importfo/public_html/toothstudio.in/clinic_gallery.php |
<?php include ("admin/config.php");?> <!DOCTYPE html> <html dir="ltr" lang="en"> <head> <?php include('top.php');?> </head> <body class=""> <div id="wrapper" class="clearfix"> <!-- preloader --> <!-- Header --> <?php include('header.php');?> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-white-8" data-bg-img="images/banner.jpg"> <div class="container pt-60 pb-60"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12 text-center"> <h2 class="title" style="color:white">Gallery</h2> <ol class="breadcrumb text-center text-black mt-10"> <li><a href="index.php" style="color:white">Home</a></li> <li class="active text-theme-colored">Gallery</li> </ol> </div> </div> </div> </div> </section> <section> <div class="container"> <div class="row"> <div class="col-md-12"> <!-- End Portfolio Gallery Grid --> <div class="separator separator-rouned"> <i class="fa fa-cog"></i> </div> <div class="heading-line-bottom"> <h4 class="heading-title">Clinic Gallery </h4> </div> <!-- Portfolio Gallery Grid --> <div class="gallery-isotope grid-3 masonry gutter-small clearfix" data-lightbox="gallery"> <?php $sql="SELECT * from cgallery"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="gallery-item"> <a href="admin/upload/<?php echo $row['app_image']; ?>" data-lightbox="gallery-item" title="<?php echo $row['title']; ?>"><img src="admin/upload/<?php echo $row['app_image']; ?>" alt=""></a> </div> <?php } ?> </div> <!-- End Portfolio Gallery Grid --> </div> </div> </div> </section> </div> <!-- end main-content --> <!-- Footer --> <?php include('footer.php');?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <script src="js/custom.js"></script> </body> </html>