As I replied to your previous message on the subject:
You'd have to set up some kind of conditional in the default.html template file to print the wanted information dependent on the month being displayed [and/or on which calendar].
If you just wanted a different footer each month (ie. all calendar views would display the exact same message until changed), you could include a file (see Customization : Include Files) into the template and change the content of that file each month manually. At least that would save you from editing the default.html template file each time.
It should also be possible to create a plug-in to allow adding of multiple footer texts at once and then editing the default.html template file to add a conditional to selectively print each out.
There may be other ways as well.
Dan O.
[This message has been edited by DanO (edited July 15, 2004).]