// Normalize

This commit is contained in:
rMalie
2012-01-25 14:40:12 +00:00
parent 8db038f0e8
commit ccbf3acc8d
21 changed files with 202 additions and 206 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ class HelperOptionsCore extends Helper
echo '<img src="../themes/'.$theme['name'].'/preview.jpg" alt="'.Tools::strtolower($theme['name']).'">';
echo '</label>';
echo '</td>';
if (isset($field['max']) && ($i +1 ) % $field['max'] == 0)
if (isset($field['max']) && ($i + 1) % $field['max'] == 0)
echo '</tr><tr>';
$i++;
}