Richard
05-22-2004, 04:13 PM
in the calendar_smallmonth_header template, I had to change this:
<if condition="$show['dontshowweek']"><td class="thead"> </td></if>
to this:
<if condition="$show['dontshowweek'] != 1"><td class="thead"> </td></if>
to keep the blank cell from showing in the mini calendar.
<if condition="$show['dontshowweek']"><td class="thead"> </td></if>
to this:
<if condition="$show['dontshowweek'] != 1"><td class="thead"> </td></if>
to keep the blank cell from showing in the mini calendar.