38808-vm/includes/footer.php
2026-02-28 02:48:15 +00:00

34 lines
924 B
PHP

</main>
</div>
</div>
<footer class="footer mt-auto py-3 bg-white border-top">
<div class="container-fluid px-md-4 text-center">
<span class="text-muted small">
&copy; <?= date('Y') ?> <?= htmlspecialchars($charity_name) ?>. جميع الحقوق محفوظة.
</span>
<?php if (isAdmin()): ?>
<div class="mt-2">
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a href="charity-settings.php" class="text-muted text-decoration-none small hover-primary">
<i class="fas fa-cog me-1"></i> الإعدادات
</a>
</li>
</ul>
</div>
<?php endif; ?>
</div>
</footer>
<style>
.hover-primary:hover {
color: #0d6efd !important;
}
</style>
<script>
// Global JS functions if needed
</script>
</body>
</html>