blob: e2066c834fbb3f05f43611417e5bc3f833ed6b92 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<section class="blog" id="<?= $this->id_node ?>">
<h3><?= $title ?></h3>
<?= $new_article ?>
<script>
var clone<?= $this->id_node ?> = document.currentScript.previousElementSibling.cloneNode(true);
</script>
<div>
<?= $content ?>
</div>
</section>
|