1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,13 @@ |
1 |
+<!-- indexer::stop --> |
|
2 |
+<nav class="mmenu-extended <?= $this->class; ?>"<?= $this->cssID; ?><?php if ($this->style): ?> style="<?= $this->style; ?>"<?php endif; ?>> |
|
3 |
+ |
|
4 |
+ <?php if ($this->headline): ?> |
|
5 |
+ <<?= $this->hl ?>><?= $this->headline ?></<?= $this->hl ?>> |
|
6 |
+<?php endif; ?> |
|
7 |
+ |
|
8 |
+<?= $this->items ?> |
|
9 |
+ |
|
10 |
+</nav> |
|
11 |
+ |
|
12 |
+ |
|
13 |
+<!-- indexer::continue --> |