cool
This commit is contained in:
15
partials/structure/layout_end.php
Normal file
15
partials/structure/layout_end.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// public/partials/layout_end.php
|
||||
?>
|
||||
</main>
|
||||
|
||||
<!-- FOOTER -->
|
||||
<?php include __DIR__ . '/footer.php'; ?>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Globale JS-Dateien -->
|
||||
<script src="/assets/js/lang.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user