| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,22 @@ |
| 1 |
+<?php $this->extend('block_searchable'); ?>
|
|
| 2 |
+ |
|
| 3 |
+ |
|
| 4 |
+<?php $this->block('content'); ?>
|
|
| 5 |
+ |
|
| 6 |
+<div<?= $this->product_id ?> class="<?= $this->product_class ?>"> |
|
| 7 |
+ |
|
| 8 |
+ |
|
| 9 |
+ |
|
| 10 |
+ <?= $this->product ?> |
|
| 11 |
+ |
|
| 12 |
+ <!-- indexer::stop --> |
|
| 13 |
+ <!-- <div class="container"> |
|
| 14 |
+ <p class="back"><a href="<?= $this->referer ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p> |
|
| 15 |
+ </div> --> |
|
| 16 |
+ <!-- indexer::continue --> |
|
| 17 |
+</div> |
|
| 18 |
+ |
|
| 19 |
+ |
|
| 20 |
+<?php $this->endblock(); ?> |
|
| 21 |
+ |
|
| 22 |
+ |