Oblivion Knight
08-23-2004, 06:38 PM
Hi, I think I may have noticed a typo in the installation of vBadvanced CMPS..
calendar_smallmonth_day_other
<!-- a single day from another month on the small calendars -->
<td class="smallfont"><em><if condition="$show['dontshowweek']"><span class="smallfont">$day</span><else />$day</if></</em></td>
Should be this, surely?
<!-- a single day from another month on the small calendars -->
<td class="smallfont"><em><if condition="$show['dontshowweek']"><span class="smallfont">$day</span><else />$day</if></em></td>
Otherwise, there's a redundant </
calendar_smallmonth_day_other
<!-- a single day from another month on the small calendars -->
<td class="smallfont"><em><if condition="$show['dontshowweek']"><span class="smallfont">$day</span><else />$day</if></</em></td>
Should be this, surely?
<!-- a single day from another month on the small calendars -->
<td class="smallfont"><em><if condition="$show['dontshowweek']"><span class="smallfont">$day</span><else />$day</if></em></td>
Otherwise, there's a redundant </