Files
2024_WEBSITE_fipf/plugins/fipf_wp_plugin/html/index.html
2024-02-08 12:11:16 +01:00

7 lines
106 B
HTML

<p>i am a new p</p>
<?php
foreach($names as $name) {
include($template_dir."presentation.html");
}
?>