| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,11 @@ |
| 1 |
+<?php $this->extend('block_unsearchable'); ?>
|
|
| 2 |
+ |
|
| 3 |
+<?php $this->block('content'); ?>
|
|
| 4 |
+ |
|
| 5 |
+<?=$this->member?> |
|
| 6 |
+ |
|
| 7 |
+<!-- indexer::stop --> |
|
| 8 |
+<p class="back"><a href="<?= $this->referer ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p> |
|
| 9 |
+<!-- indexer::continue --> |
|
| 10 |
+ |
|
| 11 |
+<?php $this->endblock(); ?> |