@@ -14,12 +14,12 @@ |
||
14 | 14 | <span class="caption">Вид:</span> |
15 | 15 | <span class="group"> |
16 | 16 | <?php |
17 | - for ($i = 2; $i < 5; $i++) { |
|
18 | - $curLimit = $limit * $i; |
|
19 | - $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit])); |
|
20 | - echo " <a href='{$path}?{$curQuery}'>{$curLimit}</a> "; |
|
21 | - } |
|
22 | - ?> |
|
17 | + for ($i = 2; $i < 5; $i++) { |
|
18 | + $curLimit = $limit * $i; |
|
19 | + $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit])); |
|
20 | + echo " <a href='{$path}?{$curQuery}'>{$curLimit}</a> "; |
|
21 | + } |
|
22 | + ?> |
|
23 | 23 | </span> |
24 | 24 | <span class="group"> |
25 | 25 | <a href ='#' onclick="inji.onLoad(function () { |