1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+<figure class="image_container"> |
|
2 |
+ |
|
3 |
+ <?php if($this->addFallbackImage): ?> |
|
4 |
+ <img src="<?= $this->singleSRC; ?>" width="200" height="200" itemprop="image"> |
|
5 |
+ <?php else: ?> |
|
6 |
+ <?php $this->insert('picture_default', $this->picture); ?> |
|
7 |
+ <?php endif; ?> |
|
8 |
+</figure> |