1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,15 +0,0 @@ |
1 |
-<?php $this->extend('block_searchable'); ?> |
|
2 |
- |
|
3 |
-<?php $this->block('content'); ?> |
|
4 |
- |
|
5 |
-<?php if($this->noAvatar):?> |
|
6 |
- <figure class="image_container"> |
|
7 |
- <img src="<?= $this->singleSRC; ?>" itemprop="image"> |
|
8 |
- </figure> |
|
9 |
-<?php else: ?> |
|
10 |
- <figure class="image_container"> |
|
11 |
- <?php $this->insert('picture_default', $this->picture); ?> |
|
12 |
- </figure> |
|
13 |
-<?php endif; ?> |
|
14 |
- |
|
15 |
-<?php $this->endblock(); ?> |
... | ... |
@@ -2,8 +2,14 @@ |
2 | 2 |
|
3 | 3 |
<?php $this->block('content'); ?> |
4 | 4 |
|
5 |
+<?php if($this->noAvatar):?> |
|
6 |
+ <figure class="image_container"> |
|
7 |
+ <img src="<?= $this->singleSRC; ?>" itemprop="image"> |
|
8 |
+ </figure> |
|
9 |
+<?php else: ?> |
|
5 | 10 |
<figure class="image_container"> |
6 | 11 |
<?php $this->insert('picture_default', $this->picture); ?> |
7 | 12 |
</figure> |
13 |
+<?php endif; ?> |
|
8 | 14 |
|
9 | 15 |
<?php $this->endblock(); ?> |