summaryrefslogtreecommitdiff
path: root/src/view/templates/galery.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/templates/galery.php')
-rw-r--r--src/view/templates/galery.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/view/templates/galery.php b/src/view/templates/galery.php
index 306526f..246c4dd 100644
--- a/src/view/templates/galery.php
+++ b/src/view/templates/galery.php
@@ -1,9 +1,10 @@
1<section class="galery"> 1<section class="galery" id="<?= $this->id_node ?>">
2 <h3><?= $title ?></h3> 2 <h3><?= $title ?></h3>
3<?= $new_article ?> 3<?= $new_article ?>
4<?= $new_article_admin_buttons ?> 4 <script>
5 var clone<?= $this->id_node ?> = document.currentScript.previousElementSibling.cloneNode(true);
6 </script>
5 <div class="galery_photos"> 7 <div class="galery_photos">
6 <a><p></p></a>
7<?= $content ?> 8<?= $content ?>
8 </div> 9 </div>
9 <script>enableGaleryScroller();</script> 10 <script>enableGaleryScroller();</script>