Find page bug
This commit is contained in:
parent
5064b86fc6
commit
17b0ef58a9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
if ($idx % 3 == 0) {
|
if ($idx % 3 == 0) {
|
||||||
$row++;
|
$row++;
|
||||||
}
|
}
|
||||||
echo $this->element('claimbox', array('claim' => $claim));
|
echo $this->element('claimbox', array('claim' => $claim, 'idx' => $idx, 'last_row' => $last_row));
|
||||||
$idx++;
|
$idx++;
|
||||||
endforeach; ?>
|
endforeach; ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
|
Loading…
Reference in a new issue