diff --git a/src/Template/Main/find.ctp b/src/Template/Main/find.ctp index e1051bc..2c806c8 100644 --- a/src/Template/Main/find.ctp +++ b/src/Template/Main/find.ctp @@ -54,7 +54,7 @@ if ($idx % 3 == 0) { $row++; } - echo $this->element('claimbox', array('claim' => $claim)); + echo $this->element('claimbox', array('claim' => $claim, 'idx' => $idx, 'last_row' => $last_row)); $idx++; endforeach; ?>