| Current Path : C:/xampp/htdocs/clinic/includes/ |
| Current File : C:/xampp/htdocs/clinic/includes/footer.php |
<!-- includes/footer.php -->
<footer class="footer bg-light text-center py-3 mt-auto">
<div class="container">
<small>© <?= date('Y') ?> SDO Batangas City • DGE • ICT Unit | Clinic Management System. All rights reserved.</small>
</div>
</footer>
<style>
body, html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.main-content {
flex: 1;
}
.footer {
flex-shrink: 0;
}
</style>