sitestructure
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
</main>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<?php include __DIR__ . '/footer.php'; ?>
|
||||
<?php
|
||||
tpl('footer');
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -50,7 +50,9 @@ $host = $_SERVER['HTTP_HOST'] ?? '';
|
||||
<div class="min-h-screen flex flex-col">
|
||||
|
||||
<!-- HEADER -->
|
||||
<?php include __DIR__ . '/header.php'; ?>
|
||||
<?php
|
||||
tpl('header'); // structure/header.php
|
||||
?>
|
||||
|
||||
<!-- MAIN CONTENT -->
|
||||
<main class="flex-1">
|
||||
|
||||
Reference in New Issue
Block a user