wip handle puting files and var on front
This commit is contained in:
6
plugins/fipf_wp_plugin/html/index.html
Normal file
6
plugins/fipf_wp_plugin/html/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<p>i am a new p</p>
|
||||
<?php
|
||||
foreach($names as $name) {
|
||||
include($template_dir."presentation.html");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user