feat(bases) structure and example with components
This commit is contained in:
10
structure/main.php
Normal file
10
structure/main.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php include 'structure/header.php'; ?>
|
||||
<?php include 'structure/navbar.php'; ?>
|
||||
|
||||
<main class="container mt-5">
|
||||
<?php include $content; ?>
|
||||
</main>
|
||||
|
||||
<?php include 'structure/footer.php'; ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user