<tr class='prevcurentnext'>
<td colspan='2'><img src="images/arrow_left.gif" /> <a href='index.php?month=<{$prevmonth.id}>&year=<{$prevmonth.year}>'><{$prevmonth.name}> <{$prevmonth.year}>a>td>
<td colspan='3' class='<{$classcurrentmonth}>'> <{$thismonth.name}> <{$thismonth.year}>td>
<td colspan='2'><a href='index.php?month=<{$nextmonth.id}>&year=<{$nextmonth.year}>'><{$nextmonth.name}> <{$nextmonth.year}>a> <img src="images/arrow_right.gif" />td>
tr>
with
<tr class='prevcurentnext'>
<td colspan='2'><img src="images/arrow_left.gif" /> <a href='index.php?month=<{$prevmonth.id}>&year=<{$prevmonth.year}>&cat=<{$catselected}>'><{$prevmonth.name}> <{$prevmonth.year}>a>td>
<td colspan='3' class='<{$classcurrentmonth}>'> <{$thismonth.name}> <{$thismonth.year}>td>
<td colspan='2'><a href='index.php?month=<{$nextmonth.id}>&year=<{$nextmonth.year}>&cat=<{$catselected}>'><{$nextmonth.name}> <{$nextmonth.year}>a> <img src="images/arrow_right.gif" />td>
tr>
in the extcal_index.html file (don't forget to update the install when messing with the HTML files :).
Still could use the help on the daily_view.php on the main page though :)
Corey