Improved tables, Separated tables into core and site segments, rules and pages

Update index.php, sidebar.php, and 7 more files...
This commit is contained in:
2024-11-23 15:12:20 +01:00
parent 0a08a16f0b
commit 2d1b2eb8fd
8 changed files with 246 additions and 59 deletions

View File

@@ -92,7 +92,7 @@
<?php include("./parts/grids.php"); ?>
<!-- Tables -->
<?php include("./parts/tables.php"); ?>
<?php include("./parts/tables_core.php"); ?>
<!-- Horizontal Rulers -->
<?php include("./parts/horizontal_rulers.php"); ?>
@@ -102,6 +102,9 @@
<!-- Buttons -->
<?php include("./parts/buttons.php"); ?>
<!-- Tables -->
<?php include("./parts/tables_site.php"); ?>
</main>
<footer class="d-flex flex-align-center w-full p-s py-xs">