wip renaming plugins elements
This commit is contained in:
9
plugins/fipfcard_plugin/html/example_index.html
Normal file
9
plugins/fipfcard_plugin/html/example_index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div id="model_plugin_shortcode">
|
||||
<p>i am a new p</p>
|
||||
<p class="first_el_to_change">to change</p>
|
||||
<button id='test_ajax_1' name="ajax_button_1" value="2024">2024</button>
|
||||
<?php
|
||||
foreach($names as $name) {
|
||||
include($html_dir."templates/example_presentation.html");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user