Commit 03a260d326b024561bc2a6c68819ddf837b9c502
1 parent
d7ffa422
-h2 in gallery
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
frontend/views/site/gallery.php
... | ... | @@ -20,9 +20,6 @@ |
20 | 20 | <div class="container"> |
21 | 21 | <div class="row"> |
22 | 22 | <div class="col-md-12"> |
23 | - <div class="heading"> | |
24 | - <h2>Галерея</h2> | |
25 | - </div> | |
26 | 23 | <div class="my-gallery" itemscope itemtype="http://schema.org/ImageGallery"> |
27 | 24 | <?php foreach ($images as $image) { |
28 | 25 | if (file_exists( | ... | ... |