PHP Classes

File: App/Views/footer.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   What is My Browser   App/Views/footer.php   Download  
File: App/Views/footer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: What is My Browser
Show the details of the current user browser
Author: By
Last change:
Date: 5 years ago
Size: 1,510 bytes
 

Contents

Class file image Download
<!-- Footer -->
    <footer class="py-5 bg-dark">
      <div class="container">
        <div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.1&appId=939233432927660&autoLogAppEvents=1';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<center><div class=" fb-share-button" data-href="http://whatsmybrowser.softhub99.com/" data-layout="button_count" data-size="small" data-mobile-iframe="true"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwhatsmybrowser.softhub99.com%2F&amp;src=sdkpreparse" class="fb-xfbml-parse-ignore">Share</a></div></center>
        <br/>
        <p class="m-0 text-center text-white">Copyright &copy; WhatMyBrowser <spam style="color:red">(Beta)</spam></p>
      </div>
      <!-- /.container -->
    </footer>

    <!-- Bootstrap core JavaScript -->
    <script src="<?=site_base_url();?>/theme/vendor/jquery/jquery.min.js"></script>
    <script src="<?=site_base_url();?>/theme/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>

    <!-- Plugin JavaScript -->
    <script src="<?=site_base_url();?>/theme/vendor/jquery-easing/jquery.easing.min.js"></script>

    <!-- Custom JavaScript for this theme -->
    <script src="<?=site_base_url();?>/theme/js/scrolling-nav.js"></script>

  </body>

</html>