@@ -37,9 +37,12 @@ |
||
| 37 | 37 | <div class="next"> |
| 38 | 38 | <?php if ($nextPageUrl) : ?> |
| 39 | 39 | <a href="<?= url($nextPageUrl) ?>"><?= $nextStr ?></a> |
| 40 | - <?php else : ?> |
|
| 40 | + <?php else { |
|
| 41 | + : ?> |
|
| 41 | 42 | |
| 42 | - <?php endif; ?> |
|
| 43 | + <?php endif; |
|
| 44 | +} |
|
| 45 | +?> |
|
| 43 | 46 | </div> |
| 44 | 47 | |
| 45 | 48 | <div class="center"> |