Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/dev.outerorbittech.com/anant-engg/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: app_footer.php

Path: /home2/outerorb/dev.outerorbittech.com/anant-engg/app_footer.php

Size: 18.03 KB

Permissions: 0644

<div class="welcome_section bg-light">
    <div class="container">

        <div class="row">
            <div class="col-lg-12 col-md-12">
                <div class="we-offer">
                    <ul>
                        <li>
                            <div class="offer-colm text-center">
                            <svg width="50px" height="50px" viewBox="0 0 48 48" id="b" xmlns="http://www.w3.org/2000/svg"><defs><style>.c{fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m19.308,12.467c-.4234-1.4115-.7215-2.8773-.8813-4.3843-.1571-1.4812-1.449-2.5826-2.9385-2.5826h-6.9092c-1.7767,0-3.1454,1.5345-2.989,3.3043,1.5754,17.8285,15.7771,32.0302,33.6056,33.6056,1.7698.1564,3.3043-1.2073,3.3043-2.9839v-6.1595c0-2.2488-1.1015-3.5362-2.5826-3.6932-1.507-.1598-2.9728-.4579-4.3843-.8813-1.7266-.5179-3.5957-.0304-4.8704,1.2442l-2.9566,2.9566c-5.326-2.8825-9.7164-7.2729-12.5989-12.5989l2.9566-2.9567c1.2746-1.2746,1.7621-3.1438,1.2442-4.8703Z"/></svg>

                                <div class="title5">Call Us Now</div>
                                <p><a href="tel:+91-702-141-8176">+91-702-141-8176</a> </p>
                            </div>
                        </li>

                        <li>
                            <div class="offer-colm text-center">
                            <svg width="50px" height="50px" viewBox="0 0 48 48"  data-name="Layer 2" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M6.47,10.71a2,2,0,0,0-2,2h0V35.32a2,2,0,0,0,2,2H41.53a2,2,0,0,0,2-2h0V12.68a2,2,0,0,0-2-2H6.47Zm33.21,3.82L24,26.07,8.32,14.53"/></svg>


                                <div class="title5">Email Id</div>
                                <p><a href="mailto:info@anantengineering.com"> info@anantengineering.com</a></p>
                            </div>
                        </li>
                        <li>
                            <div class="offer-colm text-center">
                                <svg width="50px" height="50px" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
                                    fill="none" stroke="currentColor">
                                    <circle cx="32" cy="32" r="24" />
                                    <polyline points="40 44 32 32 32 16" />
                                </svg>

                                <div class="title5">We Are Open</div>
                                <p class="mb-0">Mon - Sat 10:00 - 18:00</p>
                                <p>Sunday Closed</p>
                            </div>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </div>

</div>

<!-- Footer -->
<footer class="web-pulse-india">
    <div class="container">
        <div class="row mb-5">
            <div class="col-xxl-3 col-xl-3 col-lg-3 col-md-3 col-sm-6">
                <h5 class="title_5"><span><?=$admin_res['companyName'];?></span></h5>
                <?= html_entity_decode(str_ireplace('{companyName}',$admin_res['companyName'],$about_res['pageDesc1'])) ;?>
                <a href="<?=site_url;?>/about-us.htm" class="moreBtn" title="Read More">Read More</a>
            </div>
            <div class="col-xxl-2 col-xl-2 col-lg-2 col-md-3 col-sm-6">
                <h5 class="title_5">Our <span>Products</span></h5>
                <ul class="footer-links">
                    <?php $foot_sql11 =mysqli_query($GLOBALS['dbconn'],"select catName, displayName from category_tbl where parentID='0'  and status='Y' order by catOrder limit 0,6");

                            while($foot_res11=mysqli_fetch_array($foot_sql11)){
                            ?>
                    <li><a href="<?=site_url;?>/<?=getValidFileName($foot_res11['catName']);?>.htm"
                            title="<?php echo $foot_res11['displayName']; ?>"><svg xmlns="http://www.w3.org/2000/svg"
                                width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
                                <path
                                    d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" />
                            </svg>
                            <?php echo $foot_res11['displayName']; ?></a></li>
                    <?php } ?>
                </ul>
            </div>
            <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-3 col-sm-6 px-lg-0">
                <h5 class="title_5">Industrial Couplings</h5>
                <ul class="footer-links footer-lings-2">
                    <?php $foot_sql111 =mysqli_query($GLOBALS['dbconn'],"select catName, displayName from category_tbl where parentID='1'  and status='Y' order by catOrder limit 0,16");

while($foot_res111=mysqli_fetch_array($foot_sql111)){
?>
                    <li><a href="<?=site_url;?>/<?=getValidFileName($foot_res111['catName']);?>.htm"
                            title="<?php echo $foot_res111['displayName']; ?>"><svg xmlns="http://www.w3.org/2000/svg"
                                width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
                                <path
                                    d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" />
                            </svg> <?php echo $foot_res111['displayName']; ?></a></li>
                    <?php } ?>
                </ul>
            </div>
            <div class="col-xxl-3 col-xl-3 col-lg-3 col-md-3 col-sm-6">
                <h5 class="title_5">Get in <span>Touch</span></h5>
                <address>
                    <div class="address_group">
                        <div class="title_6">Head Office :</div>
                        <p><?=$admin_res['address'];?></p>
                    </div>
                    <div class="address_group">
                        <div class="title_6">Phone :</div>
                        <p><a href="tel:<?=$admin_res['mobile'];?>"><svg xmlns="http://www.w3.org/2000/svg" width="16"
                                    height="16" fill="currentColor" viewBox="0 0 16 16">
                                    <path
                                        d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z">
                                    </path>
                                </svg> <?=$admin_res['mobile'];?> </a></p>
                    </div>
                </address>
                <ul class="social">

                    <?php if($admin_res['facebook_link']!=''){?>
                    <li class="facebook">
                        <a href="<?=$admin_res['facebook_link'];?>" target="_blank" title="Facebook"><svg
                                xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
                                viewBox="0 0 24 24">
                                <path
                                    d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z">
                                </path>
                            </svg></a>
                    </li>
                    <?php } if($admin_res['twitter_link']!=''){ ?>
                    <li class="twitter"><a href="<?=$admin_res['twitter_link'];?>" target="_blank" title="Twitter">
                            <svg xmlns="http://www.w3.org/2000/svg" fill="#fff" viewBox="0 0 16 16" width="16px"
                                height="16px">
                                <path
                                    d="M 2.296875 2 C 2.052875 2 1.9117344 2.2756094 2.0527344 2.4746094 L 6.4882812 8.7050781 L 2.0136719 14 L 3.3457031 14 L 7.09375 9.5527344 L 9.9609375 13.580078 C 10.148938 13.844078 10.452391 14 10.775391 14 L 13.703125 14 C 13.947125 14 14.088266 13.724391 13.947266 13.525391 L 9.2753906 6.9628906 L 13.457031 2 L 12.154297 2 L 8.6738281 6.1191406 L 6.0390625 2.4199219 C 5.8510625 2.1559219 5.5476094 2 5.2246094 2 L 2.296875 2 z M 3.6542969 3 L 5.2246094 3 L 12.345703 13 L 10.775391 13 L 3.6542969 3 z">
                                </path>
                            </svg></a></li>
                    <?php } if($admin_res['youtube_link']!=''){ ?>
                    <li class="youtube"><a href="<?=$admin_res['youtube_link'];?>" target="_blank" title="Youtube"><svg
                                xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
                                viewBox="0 0 24 24">
                                <path
                                    d="M4.652 0h1.44l.988 3.702.916-3.702h1.454l-1.665 5.505v3.757h-1.431v-3.757l-1.702-5.505zm6.594 2.373c-1.119 0-1.861.74-1.861 1.835v3.349c0 1.204.629 1.831 1.861 1.831 1.022 0 1.826-.683 1.826-1.831v-3.349c0-1.069-.797-1.835-1.826-1.835zm.531 5.127c0 .372-.19.646-.532.646-.351 0-.554-.287-.554-.646v-3.179c0-.374.172-.651.529-.651.39 0 .557.269.557.651v3.179zm4.729-5.07v5.186c-.155.194-.5.512-.747.512-.271 0-.338-.186-.338-.46v-5.238h-1.27v5.71c0 .675.206 1.22.887 1.22.384 0 .918-.2 1.468-.853v.754h1.27v-6.831h-1.27zm2.203 13.858c-.448 0-.541.315-.541.763v.659h1.069v-.66c.001-.44-.092-.762-.528-.762zm-4.703.04c-.084.043-.167.109-.25.198v4.055c.099.106.194.182.287.229.197.1.485.107.619-.067.07-.092.105-.241.105-.449v-3.359c0-.22-.043-.386-.129-.5-.147-.193-.42-.214-.632-.107zm4.827-5.195c-2.604-.177-11.066-.177-13.666 0-2.814.192-3.146 1.892-3.167 6.367.021 4.467.35 6.175 3.167 6.367 2.6.177 11.062.177 13.666 0 2.814-.192 3.146-1.893 3.167-6.367-.021-4.467-.35-6.175-3.167-6.367zm-12.324 10.686h-1.363v-7.54h-1.41v-1.28h4.182v1.28h-1.41v7.54zm4.846 0h-1.21v-.718c-.223.265-.455.467-.696.605-.652.374-1.547.365-1.547-.955v-5.438h1.209v4.988c0 .262.063.438.322.438.236 0 .564-.303.711-.487v-4.939h1.21v6.506zm4.657-1.348c0 .805-.301 1.431-1.106 1.431-.443 0-.812-.162-1.149-.583v.5h-1.221v-8.82h1.221v2.84c.273-.333.644-.608 1.076-.608.886 0 1.18.749 1.18 1.631v3.609zm4.471-1.752h-2.314v1.228c0 .488.042.91.528.91.511 0 .541-.344.541-.91v-.452h1.245v.489c0 1.253-.538 2.013-1.813 2.013-1.155 0-1.746-.842-1.746-2.013v-2.921c0-1.129.746-1.914 1.837-1.914 1.161 0 1.721.738 1.721 1.914v1.656z">
                                </path>
                            </svg>
                        </a>
                    </li>
                    <?php } if($admin_res['instagram_link']!=''){ ?>
                    <li class="instagram"><a href="<?=$admin_res['instagram_link'];?>" target="_blank"
                            title="Instagram"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
                                fill="currentColor" viewBox="0 0 16 16">
                                <path
                                    d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z">
                                </path>
                            </svg></a></li>
                    <?php } ?>
                </ul>
            </div>
        </div>
        <div class="container1">
            <hr class="bg-white text-white">
            <ul
                class="social1 w-100 text-white px-0 m-0 d-flex list-style-none align-items-center justify-content-between">
                <!-- <li class="active"><a href="index.php" title="Home">Home</a></li> -->
                <li><a href="<?=site_url;?>/about-us.htm" title="About Us">About Us</a></li>
                <li class="w-auto px-3"><a href="<?=site_url;?>/infrastructure.htm"
                        title="infrastructure & Facilities">Infrastructure &amp; Facilities</a></li>
                <li><a href="<?=site_url;?>/gallery.htm" title="Gallery">Gallery</a></li>
                <li><a href="<?=site_url;?>/blog.htm" title="Blogs">Blogs</a></li>
                <li><a href="<?=site_url;?>/contact-us.htm" title="Contact Us">Contact Us</a></li>
                <li><a href="<?=site_url;?>/sitemap.htm" title="Sitemap"> Sitemap</a></li>
                <li><a href="<?=site_url;?>/market-area.htm" title="Market Area"> Market Area</a></li>
            </ul>
        </div>
    </div>
</footer>
<!-- footer Bottom  -->
<div class="wps_copy">
    <div class="container px-4">
        <div class="row">
            <div class="col-xxl-12 col-xl-12 col-lg-12 text-center col-md-12">&copy; <?=date(Y); ?>
                <?=$admin_res['companyName'];?>.
                All Rights Reserved.</div>
            <div class="col-xxl-7 col-xl-7 col-lg-7 d-none col-md-8 text-right">Crafted with <svg
                    xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
                    <path fill-rule="evenodd"
                        d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z" />
                </svg> by Webpulse - <a href="https://www.webpulseindia.com/web-designing" target="_blank"
                    title="Web Designing">Web Designing,</a> <a href="https://www.webpulseindia.com/digital-marketing"
                    target="_blank" title="Digital Marketing">Digital Marketing &</a> <a
                    href="http://www.brandempower.org" target="_blank" title="Branding Company">Branding
                    Company </a>
            </div>
        </div>
    </div>
</div>
<a href="#" data-bs-toggle="modal" data-bs-target="#myModal" class="send_enquiry" title="Send Enquiry"><svg
        xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
        <path
            d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z" />
    </svg><span>Send Enquiry</span></a>
<a class="whatapp_btn" href="#" data-bs-toggle="modal" data-bs-target="#whatsapp" title="Whatsapp Now"><svg
        xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
        <path
            d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z">
        </path>
    </svg></a>
<a class="whatapp_btn whatapp_btn2" href="tel:<?=$admin_res['mobile'];?>" title="Call Now"><svg
        xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
        <path
            d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z">
        </path>
    </svg></a>

← Back to Directory Edit File 🔒 Chmod

WP File Manager