Authored by tmq

bug

... ... @@ -106,7 +106,7 @@ EOL;
foreach ($templates as $temp) {
preg_match_all("/<li>/i", $temp, $liLen, PREG_SET_ORDER);
if(count($liLen) > 16)
if(count($liLen) > 8)
{
$temp = preg_replace('@<div class="(.*)">(.+)<\/div>@isU', "\\2", $temp);
$template .='<div class="box big-size clearfix">'.$temp.'</div>';
... ... @@ -161,7 +161,7 @@ EOL;
// {
// $template .='</div>';
// }
echo $template;
?>
</div>
... ...