/ Published in: PHP
calendar module's mini calendar includes a needles 'empty day' div in every date cell. this kills them.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/** * Format an empty day on a calendar * * @param day * The day to display. */ function MYTHEME_calendar_empty_day($curday, $view) { return ''; }