wip handle puting files and var on front

This commit is contained in:
asus
2024-02-08 12:11:16 +01:00
parent ae5fa7191a
commit da5bb42a62
6 changed files with 72 additions and 34 deletions

View File

@@ -0,0 +1,6 @@
<p>i am a new p</p>
<?php
foreach($names as $name) {
include($template_dir."presentation.html");
}
?>