summaryrefslogtreecommitdiff
path: root/src/view/templates/galery.php
blob: 246c4dd1067fbe8f56083e77f663e0fada7ce38c (plain)
1
2
3
4
5
6
7
8
9
10
11
<section class="galery" id="<?= $this->id_node ?>">
	<h3><?= $title ?></h3>
<?= $new_article ?>
	<script>
		var clone<?= $this->id_node ?> = document.currentScript.previousElementSibling.cloneNode(true);
	</script>
	<div class="galery_photos">
<?= $content ?>
	</div>
	<script>enableGaleryScroller();</script>
</section>