if will be interesting for somebody
very simple i get it.
add parameter
$span = array(1=>12,2=>6,3=>4,4=>3,6=>12);
on line 35
and change
<td width="<?php echo $width;?>%">
to
<div class="span<?php echo $span[$cols]?> category-box" >
on line 58
to be perfect also we must delete some cols parameter values, such as 5,7,8,9,10
work perfect)
attach full file for lazy people)
if will be interesting for somebody
very simple i get it.
add parameter
on line 35
and change
to
on line 58
to be perfect also we must delete some cols parameter values, such as 5,7,8,9,10
work perfect)
attach full file for lazy people)