(JEvents 1.5alpha)
I don't think i've seen this one posted yet. (I certainly didn't notice it for a while).
When using mod_events_cal module and specifying the layout to be Geraint I've noticed that when you navigate forwards or backwards in months (using the 'next month' or 'previous month' handles at the top of the calendar) the 15th of the month takes on the 'style' of 'today'. A quick look at the CSS file and it looks like each rendering of the calendar is setting 'today' as the 15th of the month. If this has no events it triggers the .mod_events_td_todaynoevents style and if it has events it calls the .mod_events_td_todaywithevents style. I have 'border:solid 1px red;' set in each of these styles as I want the real today highlighted with a red box around it.
I haven't been able to track down where the 'today' is being set in the php files. Any ideas?
Indy