1
0

Remove "overlap dates" from calendar view.

This commit is contained in:
rWatcher 2009-11-17 15:21:09 +08:00 committed by Bharat Mediratta
parent a19d2132b2
commit 72a1019256

View File

@ -43,7 +43,11 @@ else
}
?>
<? if ($day[1] == true) { ?>
<td class="<?php echo implode(' ', $classes) ?>"><span class="day"><?php echo $day[0] ?></span><?php echo $output ?></td>
<? } else { ?>
<td></td>
<? } ?>
<?php endforeach ?>
</tr>
<?php endforeach ?>