document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!-- Sticky Footer -->
  2. <footer class="sticky-footer">
  3.   <div class="container my-auto">
  4.     <div class="copyright text-center my-auto">
  5.       <span>Copyright © <?php echo SITE_NAME ." ". Date(\'Y\') ?></span>
  6.     </div>
  7.   </div>
  8. </footer>
');