modifying login

This commit is contained in:
Flatlogic Bot 2026-02-28 02:48:15 +00:00
parent 90db1dc8a5
commit fe46d13ff0

View File

@ -1,37 +1,23 @@
</main> </main>
</div> </div>
</div> </div>
<footer class="footer mt-auto py-3 bg-white border-top"> <footer class="footer mt-auto py-3 bg-white border-top">
<div class="container-fluid px-md-4"> <div class="container-fluid px-md-4 text-center">
<div class="row align-items-center"> <span class="text-muted small">
<div class="col-md-6 text-center text-md-start mb-2 mb-md-0"> &copy; <?= date('Y') ?> <?= htmlspecialchars($charity_name) ?>. جميع الحقوق محفوظة.
<span class="text-muted small"> </span>
&copy; <?= date('Y') ?> <?= htmlspecialchars($charity_name) ?>. جميع الحقوق محفوظة. <?php if (isAdmin()): ?>
</span> <div class="mt-2">
</div> <ul class="list-inline mb-0">
<div class="col-md-6 text-center text-md-end"> <li class="list-inline-item">
<ul class="list-inline mb-0"> <a href="charity-settings.php" class="text-muted text-decoration-none small hover-primary">
<li class="list-inline-item"> <i class="fas fa-cog me-1"></i> الإعدادات
<a href="index.php" class="text-muted text-decoration-none small hover-primary"> </a>
<i class="fas fa-home me-1"></i> لوحة التحكم </li>
</a> </ul>
</li>
<li class="list-inline-item ms-3">
<a href="profile.php" class="text-muted text-decoration-none small hover-primary">
<i class="fas fa-user-circle me-1"></i> الملف الشخصي
</a>
</li>
<?php if (isAdmin()): ?>
<li class="list-inline-item ms-3">
<a href="charity-settings.php" class="text-muted text-decoration-none small hover-primary">
<i class="fas fa-cog me-1"></i> الإعدادات
</a>
</li>
<?php endif; ?>
</ul>
</div>
</div> </div>
<?php endif; ?>
</div> </div>
</footer> </footer>