Authored by tmq

bug

... ... @@ -83,7 +83,7 @@
</li>
EOL;
$groupLen ++;
if($groupLen>= 8)
if($groupLen>= 16)
{
$templates[] ='<div class="box big-size clearfix"><h2>'.$type.'</h2><hr><ul class="clearfix">'.$html.'</ul></div>';
$html = '';
... ...