HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/travelwithsusa/
Upload File :
Current File : /home/islapiiu/sites/travelwithsusa/gallery.php
<?php
include './class/include.php';
?>
<!DOCTYPE html>
<html lang="en"> 
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="keywords" content="tours in matara, sri lanka round tour in matara , sri Lanka travel agents, sri Lanka travel agents in matara, travel agents in matara, destination in matara, attraction in matara, tour packages, travel with susa, tour operators in matara " /> 
        <meta name="description" content="Travel with Susa, is a well-organized and planned touring company who makes sure that if you travel to Sri Lanka you have the best of it. We specialize in tours relating to vast islands of the country. We have expertise and polite crew to dedication for your service. " /> 
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <!-- FAVICONS ICON -->
        <link rel="icon" href="images/favicon.ico" type="image/x-icon" />
        <link rel="shortcut icon" type="image/x-icon" href="images/lof.png" />

        <!-- PAGE TITLE HERE -->
        <title>Gallery | Travel Agent in Matara | Taxi in Matara | Tour with Susa </title>

        <!-- MOBILE SPECIFIC -->
        <meta name="viewport" content="width=device-width, initial-scale=1"> 

        <!-- STYLESHEETS -->
        <link rel="stylesheet" type="text/css" href="css/plugins.css">
        <link rel="stylesheet" type="text/css" href="css/style.css">
        <link rel="stylesheet" type="text/css" href="css/templete.css">
        <link class="skin" rel="stylesheet" type="text/css" href="css/skin/skin-1.css">
        <link rel="stylesheet" href="plugins/datepicker/css/bootstrap-datetimepicker.min.css"/>
        <!-- Revolution Slider Css -->
        <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/layers.css">
        <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/settings.css">
        <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/navigation.css">
        <!-- Revolution Navigation Style -->
    </head>
    <body id="bg"> 
        <div class="page-wraper">
            <!-- header -->
            <?php include './header.php'; ?>
            <!-- header END -->
            <!-- Content -->
            <div class="page-content">
                <!-- inner page banner -->
                <div class="dlab-bnr-inr overlay-black-middle" style="background-image:url(images/banner/bnr1.jpg);">
                    <div class="container">
                        <div class="dlab-bnr-inr-entry">
                            <h1 class="text-white">Gallery</h1> 
                            <div class="breadcrumb-row">
                                <ul class="list-inline">
                                    <li><a href="index.php">Home</a></li>
                                    <li>Gallery</li>
                                </ul>
                            </div> 
                        </div>
                    </div>
                </div>

                <!-- Galley -->
                <div class="section-full bg-white content-inner dlab-about-1"> 
                    <div class="container">                        
                        <div class="row"> 
                            <?php
                            $ALBUM_PHOTO = new AlbumPhoto(NULL);
                            foreach ($ALBUM_PHOTO->getAlbumPhotosById(1) as $album_photo) {
                                ?>
                                <div class="col-lg-3 col-md-6 col-sm-12 col-xs-12 footer-col-4 clearfix mfp-gallery"> 
                                    <div class="widget widget_gallery"> 
                                        <center>
                                            <a class="mfp-link" href="upload/photo-album/gallery/<?php echo $album_photo['image_name'] ?>" title="<?php echo $album_photo['caption'] ?>"><img src="upload/photo-album/gallery/thumb/<?php echo $album_photo['image_name'] ?>" alt=""></a>  

                                        </center>
                                    </div>  
                                </div>  
                            <?php }
                            ?>
                        </div>
                    </div>
                </div>
            </div> 
        </div>
        <!-- Footer -->
        <?php include './footer.php' ?>
        <!-- Footer END-->
        <!-- scroll top button -->
        <button class="scroltop fa fa-arrow-up " ></button>
    </div>
    <!-- JAVASCRIPT FILES ========================================= -->
    <script src="js/jquery.min.js"></script><!-- JQUERY.MIN JS -->
    <script src="plugins/wow/wow.js"></script><!-- WOW JS -->
    <script src="plugins/bootstrap/js/popper.min.js"></script><!-- BOOTSTRAP.MIN JS -->
    <script src="plugins/bootstrap/js/bootstrap.min.js"></script><!-- BOOTSTRAP.MIN JS -->
    <script src="plugins/bootstrap-select/bootstrap-select.min.js"></script><!-- FORM JS -->
    <script src="plugins/bootstrap-touchspin/jquery.bootstrap-touchspin.js"></script><!-- FORM JS -->
    <script src="plugins/magnific-popup/magnific-popup.js"></script><!-- MAGNIFIC POPUP JS -->
    <script src="plugins/counter/waypoints-min.js"></script><!-- WAYPOINTS JS -->
    <script src="plugins/counter/counterup.min.js"></script><!-- COUNTERUP JS -->
    <script src="plugins/imagesloaded/imagesloaded.js"></script><!-- IMAGESLOADED -->
    <script src="plugins/masonry/masonry-3.1.4.js"></script><!-- MASONRY -->
    <script src="plugins/masonry/masonry.filter.js"></script><!-- MASONRY -->
    <script src="plugins/owl-carousel/owl.carousel.js"></script><!-- OWL SLIDER -->
    <script src="plugins/rangeslider/rangeslider.js" ></script><!-- Rangeslider -->
    <script src="plugins/datepicker/js/moment.js"></script><!-- DATEPICKER JS -->
    <script src="plugins/datepicker/js/bootstrap-datetimepicker.min.js"></script><!-- DATEPICKER JS -->
    <script src="js/custom.js"></script><!-- CUSTOM FUCTIONS  -->
    <script src="js/dz.carousel.js"></script><!-- SORTCODE FUCTIONS  -->


</body>
</html>