PDA


View Full Version : calendar_smallmonth_header


oldengine
03-10-2005, 02:57 AM
The modification to this template includes a <b> that is not closed with a </b> (actually two, but they are conditional to one.)


<tr>
<if condition="$show['dontshowweek']">
<td class="tcat" colspan="$colspan" align="$stylevar[left]"><span class="smallfont"><b>$vba_options[portal_blockbullet]
<else />
<td class="tcat" colspan="$colspan" align="center"><b>
</if><a href="$vboptions[bburl]/calendar.php?$session[sessionurl]month=$month&amp;year=$year&amp;c=$calendarid&amp;do=displaymonth">$monthname $year</a></td>
</tr>
<tr align="center">
<if condition="!$show['dontshowweek']"><td class="thead">&nbsp;</td></if>
<if condition="$show['day1']"><td class="thead">$day1</td></if>
<if condition="$show['day2']"><td class="thead">$day2</td></if>
<if condition="$show['day3']"><td class="thead">$day3</td></if>
<if condition="$show['day4']"><td class="thead">$day4</td></if>
<if condition="$show['day5']"><td class="thead">$day5</td></if>
<if condition="$show['day6']"><td class="thead">$day6</td></if>
<if condition="$show['day7']"><td class="thead">$day7</td></if>
</tr>
$calendarrowbits


Fact is, they are not closed in the html:

<!-- Mini Calendar -->

<table align="center" border="0" cellpadding="4" cellspacing="1" class="tborder" width="100%">

<tr>

<td class="tcat" colspan="8" align="left"><span class="smallfont"><b>&raquo;
<a href="http://www.smokstak.com/forum/calendar.php?month=3&amp;year=2005&amp;c=1&amp;do=displaymonth">March 2005</a></td>
</tr>
<tr align="center">

<td class="thead">S</td>
<td class="thead">M</td>
<td class="thead">T</td>
<td class="thead">W</td>
<td class="thead">T</td>
<td class="thead">F</td>
<td class="thead">S</td>
</tr>