PK

ADDRLIN : /home/questend/www/subdomain/rwa.questend.com/
FLL :
Current File : /home/questend/www/subdomain/rwa.questend.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">
   </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++){ ?>
              <div class="col-xl-3 col-md-6 mb-4">
                <div class="card border-0 shadow">
                  <img width="255" height="178" src="admin/uploads/gallery/<?=$gallerydata[$i]['file_name'];?>" class="card-img-top" alt="...">
                  <div class="card-body text-center">
                   <a href="images.php?title=<?=$gallerydata[$i]['title'];?>">
                    <h5 class="card-title mb-0"><?=$gallerydata[$i]['title'];?></h5>
                    <!--<div class="card-text text-black-50">Web Developer</div>-->
                   </a>
                  </div>
                </div>
              </div>
            <?php } ?>
           </div>
           <!-- /.row -->
         </div>
         <!-- end Page Content -->
      </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>
      <script type="text/javascript">     
        $("#UserLoginForm").validate({
          rules: {
              username: {
                  required: true
              },                         
              password: {
                  required: true
              }
          },
          messages: {
              username: {
                  required: "Please enter Username"
              },                          
              password: {
                  required: "Please enter Password"
              }         
          },
          submitHandler: function(form) {           
             
              form.submit();
             
          }   
        });
      </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