... | ... |
@@ -1,9 +1,10 @@ |
1 |
-<?php $this->extend('block_searchable'); ?> |
|
1 |
+<?= $this->extend('block_searchable') ?> |
|
2 | 2 |
|
3 |
-<?php $this->block('content'); ?> |
|
3 |
+<?= $this->block('content') ?> |
|
4 | 4 |
|
5 |
-<div class="clients eqh"> |
|
6 |
-<?php echo $this->items; ?> |
|
5 |
+<div class="clients eqh block"> |
|
6 |
+<?= $this->items ?> |
|
7 | 7 |
</div> |
8 |
+<?= $this->pagination ?> |
|
8 | 9 |
|
9 |
-<?php $this->endblock(); ?> |
|
10 | 10 |
\ No newline at end of file |
11 |
+<?= $this->endblock() ?> |
|
11 | 12 |
\ No newline at end of file |