adding app title in login

This commit is contained in:
Flatlogic Bot 2026-03-12 07:18:36 +00:00
parent 17c4e0e1ef
commit 91600dc6f7

View File

@ -43,6 +43,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<img src="<?php echo htmlspecialchars($sys_settings['site_logo']); ?>" alt="Logo" class="img-fluid mb-3" style="max-height: 80px;">
<?php endif; ?>
<h4 class="fw-bold mb-0"><?php echo htmlspecialchars($sys_settings['site_name']); ?></h4>
<p class="text-danger mb-0 fw-bold">نظام المراسلات</p>
</a>
<p class="text-muted small">يرجى إدخال بيانات الاعتماد الخاصة بك</p>
</div>
@ -82,4 +83,4 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
</div>
</div>
<?php require_once __DIR__ . '/includes/footer.php'; ?>
<?php require_once __DIR__ . '/includes/footer.php'; ?>