Add app layout with sidebar and header

This commit is contained in:
Gogs
2026-07-06 21:35:19 +02:00
parent 79d0976b80
commit 52aa07ab98
11 changed files with 314 additions and 75 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</div>
<?php else: ?>
<?php foreach ($programmes as $p): ?>
<?php \TVGuide\View::render('programme', ['p' => $p]); ?>
<?php View::render('programme', ['p' => $p]); ?>
<?php endforeach; ?>
<?php endif; ?>
</section>