MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.16.75.156
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/usfoodsltd.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/usfoodsltd.com/index.php
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>US-Foods - Biscuits</title>
    <?php include "headlinks.php";?>
</head>

<body class="tt-magic-cursor">
    <!-- preloader  -->
    <div class="preloader">
        <div class="counter">0</div>
    </div>
    <!-- topbar  -->
    <?php
        include "admin/config.php";
        $sql = "SELECT * FROM home_page WHERE id = 1";
        $run = mysqli_query($conn,$sql) or die("Query Not run");
        if(mysqli_num_rows($run) > 0){
        while($row = mysqli_fetch_assoc($run)){
         ?>
    <div class="top-bar">
        <div class="container-lg container-fluid ">
            <div class="row">
                <div
                    class="col-lg-5 col-md-5 d-flex align-items-center justify-content-md-start justify-content-center">
                    <div class="open-time">
                        <p><span>Opening Hour:</span><?php echo $row['other_info'];?></p>
                    </div>
                </div>
                <div class="col-lg-7 col-md-7 d-flex justify-content-end">
                    <div class="contact-info">
                        <ul>
                            <li><a href="mailto:<?php echo $row['header_email'];?>"><i class="bi bi-envelope"></i><?php echo $row['header_email'];?></span></a> </li>
                            <li><a><i class="bi bi-geo-alt"></i><?php echo $row['header_address'];?></a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <?php }
        } ?>
   <!-- header  -->
    <?php include "header.php"?>

  <!-- slider  -->
    <?php include "slider.php"?>

   <!-- about  -->
    <?php include "about-home.php"?>

   <!-- item list  -->
    <?php include "item-list.php"?>

   <!-- popular items  -->
    <?php include "popular-item.php"?>
   
    <!-- offer area  -->
    <?php include "offer.php"?>

   <!-- testimonial area  -->
    <?php include "testimonial.php"?>

    <!-- our locations  -->
    <?php include "our-locations.php"?>

    <!-- gallery area  -->
    <?php
    //  include "gallery_home.php"
     ?>

    <!-- blog area  -->
    <?php include "blog.php"?>
    
    <!-- footer-area  -->
   <?php include "footer.php"?>
</body>

</html>

MMCT - 2023