fix template consolidation: admin/head.php wraps public/head.php, footer.php wired to all public pages, remove duplicate font-family and body reset

This commit is contained in:
Pontoporeia
2026-03-31 22:03:15 +02:00
parent 3a42838cec
commit 4ff959a72d
9 changed files with 16 additions and 36 deletions

View File

@@ -293,5 +293,4 @@ $extraCss = ['/assets/css/search.css'];
</main>
<?php endif; ?>
</body>
</html>
<?php include APP_ROOT . '/templates/footer.php'; ?>