Browse code

Add device showcase module

Benjamin Roth authored on05/01/2016 15:52:24
Showing1 changed files
... ...
@@ -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
Browse code

Initial commit

Benjamin Roth authored on26/03/2015 15:24:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+<?php $this->extend('block_searchable'); ?>
2
+
3
+<?php $this->block('content'); ?>
4
+
5
+<div class="clients eqh">
6
+<?php echo $this->items; ?>
7
+</div>
8
+
9
+<?php $this->endblock(); ?>
0 10
\ No newline at end of file