PK

ADDRLIN : /home/questend/www/domains/rwa40.com/
FLL :
Current File : /home/questend/www/domains/rwa40.com/gallery.php

<?php
   ob_start();
   //error_reporting(E_ALL ^ E_NOTICE);
   @session_start();
   ini_set('allow_url_include',1);    
   date_default_timezone_set("Asia/Kolkata");
   set_time_limit(600);
   ini_set('max_execution_time',600);
   include 'admin/includes/settings/constant.php';
   //include '../includes/settings/db.php';
   require_once 'admin/includes/settings/PDODB.php';
   include 'admin/includes/modules/functions.php';
   $function = new FUNCTIONS();
   $gallerydata = $function->getGallery($id=NULL,$status=1,$orderBy='DESC');
?>
<!DOCTYPE html>
<html lang="en">
   <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
      <meta name="description" content="">
      <meta name="author" content="">
      <title>RWA Sectore 40 Noida</title>
      <!-- Bootstrap core CSS -->
      <link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
      <!-- Custom styles for this template -->
      <link href="css/noida40.css" rel="stylesheet">
      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
      <link href="css/bootstrap-dropdownhover.css" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
      <style>
            .card-img-wrapper {
                max-height: 220px;      /* adjust as needed */
                overflow: hidden;
            }

            .card-img-wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;     /* keeps image proportion */
            }
      </style>
   </head>
   <body>
      <?php include_once 'header.php'; ?>
      <!-- banner -->
      <header class="bg-info text-center py-5 mb-4">
        <div class="container">
          <h1 class="font-weight-light text-white heading">Gallery</h1>        
        </div>
      </header>        
      <!--end banner -->
      <!-- Page Content -->
      
      <div class="container-fluid padding-0">
        <div class="container mt-5">
          <div class="row justify-content-center">
            <?php for ($i = 0; $i < count($gallerydata); $i++) {
                $urlTitle = strtolower(trim($gallerydata[$i]['title']));
                $urlTitle = str_replace(' ', '-', $urlTitle);
            ?>
            <div class="col-xl-4 col-md-6 mb-4">
                <a href="gallery-images/<?= urlencode($urlTitle); ?>">
                    <div class="card border-0 shadow">
                        <div class="card-img-wrapper">
                            <img
                                src="admin/uploads/gallery/<?= htmlspecialchars($gallerydata[$i]['file_name']); ?>"
                                class="card-img-top"
                                alt="<?= htmlspecialchars($gallerydata[$i]['title']); ?>"
                            >
                        </div>
                        <div class="card-body text-center">
                            <h5 class="card-title mb-0">
                                <?= htmlspecialchars($gallerydata[$i]['title']); ?>
                            </h5>
                        </div>
                    </div>
                </a>
            </div>
            <?php } ?>

          </div>
        </div>
      </div>

      <!-- Footer -->
      <?php include_once'footer.php';?>
      <!-- End Footer -->
      <?php include_once'login.php';?>
      <!-- Bootstrap core JavaScript -->
      <script src="vendor/jquery/jquery.min.js"></script>
      <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
      <script src="js/bootstrap-4-hover-navbar.js"></script>
      <!--login window-->
     
      <script src="js/jquery.form-validator.min.js"></script>
      
   </body>
</html>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home