PDA


View Full Version : BUG (RC2): template - calendar_smallmonth_header


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">&nbsp;</td></if>
to this:
<if condition="$show['dontshowweek'] != 1"><td class="thead">&nbsp;</td></if>
to keep the blank cell from showing in the mini calendar.

Brian
05-23-2004, 12:10 PM
Thanks for pointing that out. Apparently I changed the readme file in one place on my harddrive, but forgot to change it in the folder where I keep the files before I zip them up. I've updated the zip file on here to include the correct instructions so that others won't have the same problem. :)