/ 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
/** * Format an empty day on a calendar * * @param day * The day to display. */ function MYTHEME_calendar_empty_day($curday, $view) { return ''; }
Comments
Subscribe to comments
You need to login to post a comment.

Context?