@@ -745,6 +745,9 @@ function bonus_brands()
echo "<div><img src=\"{$logo}\"/></div>";
}
$left = $count % 3;
+ if($left > 0) {
+ $left = 3 - $left;
+ }
for($index = 0; $index < $left; ++$index) {
echo "<div></div>";