first commit

This commit is contained in:
2025-05-13 22:30:49 +02:00
commit 835b605e3a
124 changed files with 11480 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<div id="menu-container-<?= $this -> menu['id'];?>">
<?= \front\view\Menu::pages( $this -> menu['pages'], 0, $this -> current_page );?>
</div>