@@ -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"> |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Anax\Navigation; |
| 4 | 4 | |
| 5 | -use Anax\Commons\ContainerInjectableInterface; |
|
| 6 | 5 | use Anax\Commons\ContainerInjectableTrait; |
| 7 | 6 | |
| 8 | 7 | /** |