** I want it to dispy the year in list format by default - can that be done? **
Change the line $STYLE = $in{style} | | "Grid"; in the new default.html template file to
$STYLE = $in{style} | | "List";
and the line $VIEW | |= "Month"; to
$VIEW | |= "Full-Year";
NOTE: This forum software added a space between the | | above which should not be there in the template code.
Dan O.
[This message has been edited by DanO (edited March 25, 2004).]