MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.222.163.134
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/bhatiataxiservice.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/bhatiataxiservice.in/sitemap.php
<!doctype html>
<html lang="en">
    
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?php include "links.php";?>
    <title><?php echo $datahome["site_pages_meta_title"];?></title>
    <meta name="description" content="<?php echo $datahome["site_pages_meta_description"];?>">
    <link rel="canonical" href="<?php echo $canonical?>">
    <style>
        .links{
            margin-top:20px;
        }
        #sitemap i{
            color:#FF4838;
        }
    </style>
</head>

<body>
    
    <?php include "header.php";?>
    
    <section id="sitemap">
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <h2 class="text-center">Site Map</h2>
                    <hr>
                </div>
                <div class="col-lg-6 col-md-6 col-sm-12 ">
                    <div class="links">
                        <h4 class="footer-widget-title">Quick Links</h4>
                        <ul class="links">
                            <li><i class="fa fa-arrow-right"></i> <a href="<?php echo $wspath?>">Home</a></li>
                            <li><i class="fa fa-arrow-right"></i> <a href="<?php echo $wspath?>about.html">About Us</a></li>
                            <li><i class="fa fa-arrow-right"></i> <a href="<?php echo $wspath?>gallery.html">Gallery</a></li>
                            <li><i class="fa fa-arrow-right"></i> <a href="<?php echo $wspath?>contact.html">Contact Us</a></li>
                            <li><i class="fa fa-arrow-right"></i> <a href="<?php echo $wspath?>terms-condition.html">Terms &amp; Conditions</a></li>
                            <!--<li><a href="#">Terms & Conditions</a></li>-->
                            <li><i class="fa fa-arrow-right"></i> <a href="<?php echo $wspath?>cancellation-refund-policy.html">Cancellation Refund Policy</a></li>
                            <!--<li><a href="#"> Privacy Policy</a></li>-->
                            <li><i class="fa fa-arrow-right"></i> <a href="#"> Sitemap</a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-lg-6 col-md-6 col-sm-12">
                    <div class="all-tours links">
                        <h4 class="footer-widget-title">Our Best Tour</h4>
                        <ul class="links">
                            <?php
                                $sqltour = "SELECT * FROM tbl_services WHERE tour_status='Active'";
                                $runtour = mysqli_query($db,$sqltour) or die("Query Not run");
                                while($datatour = mysqli_fetch_assoc($runtour)){
                            ?>
                            <li><i class="fa fa-arrow-right"></i> <a href="<?php echo $wspath?>tour<?php echo $datatour['slug_url'];?>.html"><?php echo $datatour['name'];?> </a></li>
                            <?php } ?>
                        </ul>
                    </div>           
                </div>
            </div>
        </div>
    </section>
    
    <?php include "footer.php"?>
    
</body>

</html>

MMCT - 2023