Fix partials path

This commit is contained in:
2026-02-02 23:53:35 +01:00
parent 75c782320b
commit 421fc78cc4

View File

@@ -65,7 +65,6 @@ $pageTitle = "Space UI $section / $sub";
// Admin demo (set to true to see footer admin link)
$isAdmin = false;
$partialsPath = __DIR__ . '/../src/partials';
$partialsPath = __DIR__ . '/../src/partials';
?>
<!doctype html>
<html lang="de"