Hy Guys, how can i change this:
$return .= ( count($monthView[$day]) ) ? “$day” : $day;
to this: $return .= ( count($monthView[$day]) ) ? “$day” : $day;
cause i dont want a padding in the parent div. i want the wohle number(the Day with event) with a background-color not only a color for the number. for that i need a span on numbers with no event date.
The best solution is to give the div the class tribe-events-mini-has-event instead of the a tag.
hope you understand me.
Greetz Christian