1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+<div class="eSM_pageimage block"> |
|
2 |
+ |
|
3 |
+<?php $this->block('content'); ?> |
|
4 |
+ |
|
5 |
+ <figure class="image_container"> |
|
6 |
+ |
|
7 |
+ <?php foreach($this->pictures as $picturedata): ?> |
|
8 |
+ <?php $this->insert('eSM_pageimage_picture_default', $picturedata->picture); ?> |
|
9 |
+ <?php endforeach; ?> |
|
10 |
+ |
|
11 |
+ <?php if ($this->caption): ?> |
|
12 |
+ <figcaption class="caption"><?= $this->caption ?></figcaption> |
|
13 |
+ <?php endif; ?> |
|
14 |
+ |
|
15 |
+ </figure> |
|
16 |
+ |
|
17 |
+<?php $this->endblock(); ?> |
|
18 |
+ |
|
19 |
+</div> |