BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
ebookghostwritin
Root
/
home
/
demodesignproboa
/
public_html
/
iWM-Com
/
includes
/
shared
📤 Upload
📝 New File
📁 New Folder
Close
Editing: footer.php
<?php include 'includes/shared/sitefooter.php'; ?> <?php include 'includes/utils/scripts.php'; ?> <script> window.addEventListener("scroll", function () { const head = document.querySelector(".process-sec .head-shape"); const rect = head.getBoundingClientRect(); if (rect.top === 0) { head.classList.add("sticky"); } else { head.classList.remove("sticky"); } }); </script> </body> </html>
Save
Cancel