@@ -40,13 +40,16 @@ |
||
| 40 | 40 | </section> |
| 41 | 41 | <?php $counter++ ?> |
| 42 | 42 | <?php endforeach; ?> |
| 43 | - <?php else : ?> |
|
| 43 | + <?php else { |
|
| 44 | + : ?> |
|
| 44 | 45 | <?php foreach ($exploded as $piece) : ?> |
| 45 | 46 | <section> |
| 46 | 47 | <h3><?= $counter ?>: <a href="tags/tag/<?= $piece ?>"><?= $piece ?></a></h3> |
| 47 | 48 | </section> |
| 48 | 49 | <?php $counter++ ?> |
| 49 | - <?php endforeach; ?> |
|
| 50 | + <?php endforeach; |
|
| 51 | +} |
|
| 52 | +?> |
|
| 50 | 53 | <?php endif; ?> |
| 51 | 54 | <?php endforeach; ?> |
| 52 | 55 | </div> |