if ($cc_settings['Group']) {
if (($dNum + 1) % $colNums) {
echo str_repeat('
| ', $colNums - (($dNum + 1) % $colNums));
}
} else {
if ($f_RowNum % $colNums) {
echo str_repeat(' | ', ($colNums - $f_RowNum % $colNums));
}
}
?>
if ($totRows > $f_RowNum) { ?> } ?>