Rename menu partials for clarity

This commit is contained in:
2026-02-03 00:15:52 +01:00
parent c685c27eac
commit a1fdd6b4ca
12 changed files with 18 additions and 16 deletions

View File

@@ -108,11 +108,11 @@ $partialsPath = __DIR__ . '/../src/partials';
<!-- LINKS: Sidebar -->
<aside class="sidebar" aria-label="Seitenleiste">
<div class="card panel">
<?php include $partialsPath . '/menue.php'; ?>
<?php include $partialsPath . '/main-nav.php'; ?>
</div>
<div class="card panel">
<?php include $partialsPath . '/menue2.php'; ?>
<?php include $partialsPath . '/planet-switcher.php'; ?>
</div>
</aside>
@@ -170,7 +170,7 @@ $partialsPath = __DIR__ . '/../src/partials';
<!-- OPTIONAL: Alert Banner (über Subnav) -->
<?php if (!empty($errorMessage)): ?>
<header class="alertbar card panel" role="alert" aria-live="polite">
<?php include $partialsPath . '/menue-top.php'; ?>
<?php include $partialsPath . '/alert-banner.php'; ?>
</header>
<?php endif; ?>
@@ -215,7 +215,7 @@ $partialsPath = __DIR__ . '/../src/partials';
<!-- Footer -->
<footer class="footer card panel">
<?php include $partialsPath . '/menue-foot.php'; ?>
<?php include $partialsPath . '/footer-links.php'; ?>
<?php if ($isAdmin): ?>
<div class="divider"></div>
<a class="chip" href="index.php?s=admin&planet=<?= urlencode($planet) ?>">Admin</a>