Deploy on 2026-06-05 17:32:29
This commit is contained in:
@@ -86,13 +86,6 @@
|
||||
</nav>
|
||||
|
||||
<div class="nav-menu">
|
||||
<!-- Language Toggle -->
|
||||
<li class="nav-item">
|
||||
<a href="/admin/lang/<?= ($lang ?? 'en') === 'ar' ? 'en' : 'ar' ?>" style="color: var(--accent);">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></svg>
|
||||
<span><?= ($lang ?? 'en') === 'ar' ? 'English' : 'العربية' ?></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="/logout" style="color: var(--error);">
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line></svg>
|
||||
|
||||
Reference in New Issue
Block a user