fix: move theme toggle into shared top-bar controls
This commit is contained in:
+1
-5
@@ -13,11 +13,7 @@
|
||||
<header class="theme-surface shadow-sm">
|
||||
<div class="max-w-7xl mx-auto px-4 py-4 flex justify-between items-center">
|
||||
<a href="<?php echo url('/home'); ?>" class="text-2xl font-bold theme-text hover:opacity-90 transition"><?php echo APP_NAME; ?></a>
|
||||
<div class="flex items-center space-x-4">
|
||||
<a href="<?php echo url('/settings'); ?>" class="theme-text-muted hover:opacity-90">
|
||||
<i class="bi bi-gear-fill text-2xl"></i>
|
||||
</a>
|
||||
</div>
|
||||
<?php $showSettings = true; include __DIR__ . '/partials/topbar-controls.php'; ?>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user