🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:footer.php
</main> <!-- Footer --> <footer class="footer bg-dark-gray text-white pt-5 pb-3"> <div class="container"> <div class="row mb-4"> <div class="col-lg-4 mb-4 mb-lg-0"> <img src="<?php echo URLROOT; ?>/assets/img/logo.png" alt="PFSI Logo" height="90" class="mb-3"> <p class="text-white-50">Providing reliable, innovative, and customized security solutions that protect what matters most.</p> <div class="social-links mt-3"> <a href="#" class="text-white me-3 fs-5"><i class="fab fa-facebook-f"></i></a> <a href="#" class="text-white me-3 fs-5"><i class="fab fa-twitter"></i></a> <a href="#" class="text-white me-3 fs-5"><i class="fab fa-linkedin-in"></i></a> <a href="#" class="text-white fs-5"><i class="fab fa-instagram"></i></a> </div> </div> <div class="col-lg-2 col-md-4 mb-4 mb-md-0"> <h5 class="text-gold mb-3 font-outfit fw-bold">Quick Links</h5> <ul class="list-unstyled footer-links"> <li class="mb-2"><a href="<?php echo URLROOT; ?>" class="text-white-50 text-decoration-none">Home</a></li> <li class="mb-2"><a href="<?php echo URLROOT; ?>/pages/about" class="text-white-50 text-decoration-none">About Us</a></li> <li class="mb-2"><a href="<?php echo URLROOT; ?>/pages/services" class="text-white-50 text-decoration-none">Services</a></li> <li class="mb-2"><a href="<?php echo URLROOT; ?>/pages/team" class="text-white-50 text-decoration-none">Our Team</a></li> </ul> </div> <div class="col-lg-3 col-md-4 mb-4 mb-md-0"> <h5 class="text-gold mb-3 font-outfit fw-bold">Services</h5> <ul class="list-unstyled footer-links"> <li class="mb-2"><a href="<?php echo URLROOT; ?>/pages/services" class="text-white-50 text-decoration-none">Commercial Security</a></li> <li class="mb-2"><a href="<?php echo URLROOT; ?>/pages/services" class="text-white-50 text-decoration-none">CCTV Operators</a></li> <li class="mb-2"><a href="<?php echo URLROOT; ?>/pages/services" class="text-white-50 text-decoration-none">Bodyguards</a></li> <li class="mb-2"><a href="<?php echo URLROOT; ?>/pages/services" class="text-white-50 text-decoration-none">Private Investigations</a></li> </ul> </div> <div class="col-lg-3 col-md-4"> <h5 class="text-gold mb-3 font-outfit fw-bold">Contact Info</h5> <ul class="list-unstyled text-white-50"> <li class="mb-3 d-flex"><i class="fas fa-map-marker-alt text-gold mt-1 me-3"></i> <?php echo isset($data['settings']['contact_address']) ? htmlspecialchars($data['settings']['contact_address']) : '222, Leo House, Cotta Road, Colombo 08'; ?></li> <li class="mb-3 d-flex"><i class="fas fa-phone mt-1 me-3 text-gold"></i> <?php echo isset($data['settings']['contact_phone_1']) ? htmlspecialchars($data['settings']['contact_phone_1']) : '0777 305 141'; ?> <br> <?php echo isset($data['settings']['contact_phone_2']) ? htmlspecialchars($data['settings']['contact_phone_2']) : '0777 968 669'; ?></li> <li class="mb-3 d-flex"><i class="fas fa-envelope mt-1 me-3 text-gold"></i> <?php echo isset($data['settings']['contact_email']) ? htmlspecialchars($data['settings']['contact_email']) : 'Protectiveforcesl@gmail.com'; ?></li> </ul> </div> </div> <hr class="border-secondary mb-3"> <div class="row align-items-center"> <div class="col-md-6 text-center text-md-start"> <p class="mb-0 text-white-50 small">© <?php echo date('Y'); ?> Protective Force Security & Investigations (Pvt) Ltd. All Rights Reserved.</p> </div> <div class="col-md-6 text-center text-md-end mt-2 mt-md-0"> <a href="<?php echo URLROOT; ?>/admin/login" class="text-white-50 text-decoration-none small">Admin Login</a> </div> </div> </div> </footer> <!-- WhatsApp Floating Button --> <a href="https://wa.me/94777305141" class="whatsapp-float" target="_blank" rel="noopener noreferrer"> <i class="fab fa-whatsapp"></i> </a> <!-- Bootstrap JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> <!-- Custom JS --> <script src="<?php echo URLROOT; ?>/js/main.js"></script> </body> </html>
Save Changes
Cancel
Create New File
Create New Folder