ok
Direktori : /proc/self/root/home/importfo/public_html/goldluxuryspa.com/ |
Current File : //proc/self/root/home/importfo/public_html/goldluxuryspa.com/footer.php |
<!-- Start: Subscribe ============================= --> <style type="text/css"> .wtspwrapper {left:25px;} .shareiconcode {position: fixed;bottom: 3%;z-index: 99;} .shareiconcode a {height:50px;width:50px;display:inline-block;box-shadow: 0px 0px 30px 5px #7d78787d;border-radius: 50%;background: #fff;} .shareiconcode img {max-width: 100%;max-height: 100%;width: auto;height: auto;} </style> <div class="wtspwrapper shareiconcode"> <a href="https://api.whatsapp.com/send?phone=916356323030&text=" target="new"> <!-- <em class="ion ion-social-whatsapp-outline" aria-hidden="true"></em> --><img src="assets/img/wh.png.png"></a> </div> <section id="subscribe"> <div class="container"> <div class="row"> <?php $sql="SELECT * from header"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="col-lg-7 col-md-12 text-lg-left text-center mb-lg-0 mb-3"> <i class="ei ei-icon_mail"></i> <h3>Get More Services FOR BEST OFFRERS</h3> <p>Book Appoiment Now. </p> </div> <div class="col-lg-5 col-md-12 text-center"> <a href="tel:mailto<?php echo $row['phone']; ?>"> <button class="boxed-btn">Call : <?php echo $row['phone']; ?></button></a> </div> <?php } ?> </div> </div> </section> <!-- End: Subscribe ============================= --> <!-- Start: Footer Sidebar ============================= --> <footer id="footer-widgets" style="background-color: #0e0a07;"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-6 col-sm-6 mb-lg-0 mb-4"> <?php $sql="SELECT * from header"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <aside class="widget widget_about"> <div class="footer-logo"><center><img src="admin/upload/<?php echo $row['app_image']; ?>" alt="" style=""></center></div> <p style="text-align: justify;"><?php echo $row['footer']; ?></p> </aside> <?php } ?> </div> <div class="col-lg-3 col-md-6 col-sm-6 mb-lg-0 mb-4"> <?php $sql="SELECT * from header"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <aside class="widget widget_links"> <h4 class="widget-title">Quick Link</h4> <ul> <li class="active"><a href="index.php"><?php echo $row['m1']; ?></a></li> <li><a href="<?php echo $row['m2']; ?>.php"><?php echo $row['m2']; ?></a></li> <li><a href="<?php echo $row['m3']; ?>.php"><?php echo $row['m3']; ?></a></li> <li><a href="<?php echo $row['m4']; ?>.php"><?php echo $row['m4']; ?></a></li> <li><a href="<?php echo $row['m5']; ?>.php"><?php echo $row['m5']; ?></a></li> </ul> </aside> <?php } ?> </div> <div class="col-lg-2 col-md-6 col-sm-6 mb-lg-0 mb-4"> <aside class="widget widget_links"> <h4 class="widget-title">Services</h4> <?php $sql="SELECT * FROM `spare_cat_main` sc INNER JOIN parts p ON sc.spare_id=p.s_id LIMIT 6"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <ul> <li><a href="<?php echo $row['machin_slug']; ?>.php?slug=<?php echo $row['spare_id']; ?>"><?php echo $row['machine_name']; ?></a></li> <!-- <li><a href="#">About</a></li> <li><a href="#">Service</a></li> <li><a href="#">Gallery</a></li> <li><a href="#">Contact</a></li> --> </ul> <?php } ?> </aside> </div> <div class="col-lg-3 col-md-6 col-sm-6 mb-lg-0 mb-md-0 mb-4"> <?php $sql="SELECT * from header"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <aside class="widget widget_recent"> <h4 class="widget-title">Contact Detail</h4> <ul class="widget-info"> <li><i class="fas fa-map-marker"></i><?php echo $row['address']; ?></li> <li><i class="fas fa-phone"></i><?php echo $row['phone']; ?></li> <li><i class="fas fa-envelope"></i><a href="mailto:<?php echo $row['mail']; ?>" ><?php echo $row['mail']; ?></a></li> </ul> </aside> <?php } ?> </div> </div> </div> </footer> <!-- End: Footer Sidebar ============================= --> <!-- Start: Footer Copyright ============================= --> <section id="footer-copyright"> <div class="container"> <div class="row"> <div class="col-lg-12 col-12 text-lg-left text-center mb-lg-0 mb-3 copyright-text"> <ul> <li><a href="#">© 2024 All Rights Reserved. Design & Developed By Inddig Media</a></li> </ul> </div> </div> </div> </section> <?php $sql="SELECT * from meta"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="keywords" content="<?php echo $row['meta']; ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php } ?> <!-- End: Footer Copyright ============================= -->