37970-vm/includes/footer.php
Flatlogic Bot e29ef2dff4 v2
2026-01-30 14:21:32 +00:00

15 lines
720 B
PHP

<footer class="bg-white border-top py-4 mt-5">
<div class="container text-center">
<p class="text-muted small mb-0">&copy; <?= date('Y') ?> Township Schools Platform. Optimized for low-bandwidth.</p>
<div class="mt-2">
<span class="badge rounded-pill bg-light text-dark border"><i class="bi bi-wifi-off me-1"></i> Offline Capable</span>
<span class="badge rounded-pill bg-light text-dark border ms-2"><i class="bi bi-shield-check me-1"></i> POPIA Compliant</span>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js?v=<?= time() ?>"></script>
</body>
</html>