🤩 File Manager - Mr.X
PHP:
8.2.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
<!-- Footer --> <footer class="footer bg-black text-white pt-5 pb-3"> <div class="container"> <div class="row g-4 mb-4"> <!-- Company Info --> <div class="col-lg-4 col-md-6"> <div class="brand-text d-flex flex-column mb-3"> <span class="fw-bold fs-4 text-uppercase letter-spacing-1">Madushan ALUMINIUM</span> <span class="text-gold small letter-spacing-2">PVT LTD & Interior</span> </div> <p class="text-white-50 mb-4">Premium aluminium pantry cupboards and interior design solutions in Sri Lanka. Elevate your space with our luxury finishes and expert craftsmanship.</p> <div class="social-links d-flex gap-2"> <?php foreach($global_socials as $social): ?> <a href="<?= e($social['url']) ?>" class="social-icon" target="_blank" aria-label="<?= e($social['platform']) ?>"> <i class="<?= e($social['icon']) ?>"></i> </a> <?php endforeach; ?> <!-- Fallback social links if DB is empty --> <?php if(empty($global_socials)): ?> <a href="#" class="social-icon"><i class="fab fa-facebook-f"></i></a> <a href="#" class="social-icon"><i class="fab fa-instagram"></i></a> <a href="#" class="social-icon"><i class="fab fa-youtube"></i></a> <?php endif; ?> </div> </div> <!-- Quick Links --> <div class="col-lg-2 col-md-6"> <h5 class="text-white mb-4 position-relative footer-heading">Quick Links</h5> <ul class="list-unstyled footer-links"> <li><a href="index.php"><i class="fas fa-chevron-right text-gold me-2 small"></i> Home</a></li> <li><a href="services.php"><i class="fas fa-chevron-right text-gold me-2 small"></i> Services</a></li> <li><a href="gallery.php"><i class="fas fa-chevron-right text-gold me-2 small"></i> Gallery</a></li> <li><a href="quotation.php"><i class="fas fa-chevron-right text-gold me-2 small"></i> Get a Quote</a></li> </ul> </div> <!-- Services Links --> <div class="col-lg-3 col-md-6"> <h5 class="text-white mb-4 position-relative footer-heading">Our Services</h5> <ul class="list-unstyled footer-links"> <li><a href="services.php"><i class="fas fa-chevron-right text-gold me-2 small"></i> Pantry Cupboards</a></li> <li><a href="services.php"><i class="fas fa-chevron-right text-gold me-2 small"></i> TV Wall Designs</a></li> <li><a href="services.php"><i class="fas fa-chevron-right text-gold me-2 small"></i> Wardrobes</a></li> <li><a href="services.php"><i class="fas fa-chevron-right text-gold me-2 small"></i> Partition Walls</a></li> <li><a href="services.php"><i class="fas fa-chevron-right text-gold me-2 small"></i> Granite Works</a></li> </ul> </div> <!-- Contact Info --> <div class="col-lg-3 col-md-6"> <h5 class="text-white mb-4 position-relative footer-heading">Contact Us</h5> <ul class="list-unstyled contact-info"> <li class="d-flex mb-3"> <i class="fas fa-map-marker-alt text-gold mt-1 me-3 fs-5"></i> <span class="text-white-50"><?= e($global_contact['address']) ?></span> </li> <li class="d-flex mb-3"> <i class="fas fa-phone-alt text-gold mt-1 me-3 fs-5"></i> <div class="d-flex flex-column"> <a href="tel:<?= e($global_contact['hotline_1']) ?>" class="text-white-50 text-decoration-none"><?= e($global_contact['hotline_1']) ?></a> <a href="tel:<?= e($global_contact['hotline_2']) ?>" class="text-white-50 text-decoration-none"><?= e($global_contact['hotline_2']) ?></a> </div> </li> <li class="d-flex mb-3"> <i class="fab fa-whatsapp text-gold mt-1 me-3 fs-5"></i> <a href="https://wa.me/94<?= ltrim($global_contact['whatsapp'], '0') ?>" target="_blank" class="text-white-50 text-decoration-none"><?= e($global_contact['whatsapp']) ?></a> </li> <li class="d-flex mb-3"> <i class="fas fa-envelope text-gold mt-1 me-3 fs-5"></i> <a href="mailto:<?= e($global_contact['email']) ?>" class="text-white-50 text-decoration-none"><?= e($global_contact['email']) ?></a> </li> </ul> </div> </div> <hr class="border-secondary mt-4 mb-4"> <div class="row align-items-center"> <div class="col-md-6 text-center text-md-start"> <p class="mb-0 text-white-50 small">© <?= date('Y') ?> Madushan ALUMINIUM pvt ltd. All Rights Reserved.</p> </div> <div class="col-md-6 text-center text-md-end mt-3 mt-md-0"> <p class="mb-0 text-white-50 small">Designed with <i class="fas fa-heart text-gold"></i> for Luxury</p> </div> </div> </div> </footer> <!-- Floating WhatsApp Button --> <a href="https://wa.me/94<?= ltrim($global_contact['whatsapp'], '0') ?>?text=Hello,%20I%20would%20like%20to%20get%20a%20quotation." class="floating-whatsapp" target="_blank" aria-label="Chat on WhatsApp"> <i class="fab fa-whatsapp"></i> <span class="whatsapp-tooltip">Chat with us!</span> </a> <!-- Scripts --> <!-- Bootstrap Bundle JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> <!-- AOS Animation JS --> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <!-- Custom JS --> <script src="assets/js/main.js"></script> </body> </html>
Save Changes
Cancel
Create New File
Create New Folder