chore: reformat PHP files for consistent indentation and spacing

This commit is contained in:
2025-06-29 11:24:17 +02:00
parent 2bf81134c7
commit 67746c91eb
2 changed files with 9 additions and 6 deletions
+6 -6
View File
@@ -1,9 +1,9 @@
<?php <?php
require 'vendor/autoload.php'; require 'vendor/autoload.php';
echo (new Kirby([ echo (new Kirby([
'roots' => [ 'roots' => [
'index' => __DIR__, 'index' => __DIR__,
], ],
]))->render(); ]))->render();
+3
View File
@@ -19,14 +19,17 @@
*/ */
?> ?>
<?php <?php
snippet('header') ?> snippet('header') ?>
<body class="font-sans antialiased bg-sf_grau-400 text-gray-900"> <body class="font-sans antialiased bg-sf_grau-400 text-gray-900">
<?php <?php
snippet('navbar') ?> snippet('navbar') ?>
<?= js('assets/js/navbar.js') ?> <?= js('assets/js/navbar.js') ?>
</body> </body>
<?php <?php