Sindbad~EG File Manager

Current Path : /home/u625735752/domains/bethelbloomsschool.org/public_html/
Upload File :
Current File : /home/u625735752/domains/bethelbloomsschool.org/public_html/footer.php


<!-- Footer Section -->
<footer class="bg-dark text-white py-4">
    <div class="container">
        <div class="row">
            <!-- Contact Details -->
            <div class="col-md-4 mb-4"> 
                <ul class="list-unstyled">
                    <?php foreach ($contactDetails['emails'] as $email): ?>
                        <li class="mb-2">
                            <i class="bi bi-envelope-fill text-light me-2"></i>
                            <a href="mailto:<?php echo $email; ?>" class="text-white text-decoration-none"  target="blank"><?php echo $email; ?></a>
                        </li>
                    <?php endforeach; ?>
                    <?php foreach ($contactDetails['whatsapp'] as $whatsapp): ?>
                        <li class="mb-2">
                            <i class="bi bi-whatsapp text-light me-2"></i>
                            <a href="https://wa.me/<?php echo ltrim($whatsapp, '+'); ?>" class="text-white text-decoration-none"  target="blank"><?php echo $whatsapp; ?></a>
                        </li>
                    <?php endforeach; ?>
                    <?php foreach ($contactDetails['phones'] as $phone): ?>
                        <li class="mb-2">
                            <i class="bi bi-phone-fill text-light me-2"></i>
                            <a href="tel:<?php echo ltrim($phone, '+'); ?>" class="text-white text-decoration-none"><?php echo $phone; ?></a>
                        </li>
                    <?php endforeach; ?>
                </ul>
            </div>

            <!-- Address -->
            <div class="col-md-4 mb-4">
                <ul class="list-unstyled">
                    <li class="mb-2">
                        <i class="bi bi-geo-alt-fill me-2"></i>
                        <span><?php echo $contactDetails['address']; ?></span>
                    </li>
                </ul>
            </div>

            <!-- Social Media Links -->
            <div class="col-md-4 mb-4">
                <h5 class="text-uppercase mb-3">Social Links</h5>
                <ul class="list-unstyled d-flex">
                    <?php foreach ($contactDetails['socialLinks'] as $platform => $link): ?>
                        <li class="mb-2">
                            <a href="<?php echo $link; ?>" target="_blank" class="text-dark text-decoration-none">
                                <i class="bi bi-<?php echo strtolower($platform); ?> text-light me-2 p-2"></i>  
                            </a>
                        </li>
                    <?php endforeach; ?>
                </ul>
            </div>
        </div>

        <div class="text-center mt-4">
            <p class="mb-0"><?php echo $footerInfo['copyright']; ?></p>
        </div>
    </div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="js.js"></script> 

<script>
document.addEventListener('DOMContentLoaded', function () {
  const urlParams = new URLSearchParams(window.location.search);
  const status = urlParams.get('status');

  if (status === 'success') {
    var myModal = new bootstrap.Modal(document.getElementById('successModal'));
    myModal.show();
  } else if (status === 'error') {
    var myModal = new bootstrap.Modal(document.getElementById('errorModal'));
    myModal.show();
  }
});
</script>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists