1
0
mirror of synced 2026-03-28 20:28:45 +00:00

feat(navigate) bases of idfm integration

This commit is contained in:
Valentin
2024-06-04 21:50:20 +02:00
parent eb073e8e99
commit 2e8270291f
8 changed files with 81 additions and 2 deletions

4
navigate.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
$content = 'components/navigate/main.php';
include 'structure/main.php';
?>