added switch on off for server console log
This commit is contained in:
7
plugins/wp_model_plugin/html/index.html
Normal file
7
plugins/wp_model_plugin/html/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<p>i am a new p</p>
|
||||
<p class="first_el_to_change">to change</p>
|
||||
<?php
|
||||
foreach($names as $name) {
|
||||
include($html_dir."templates/presentation.html");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user