** How would someone show the current calendar **
From the Documentation: Defined Variables
quote:
Template Tags These are special tags that are specific to the calendar display, and have special meaning.
<% code %> Evaluate Perl code
<%= expression %> Print out the value of expression (*Note the "=" sign!)
<% CALENDAR NAME %> The name of the currently-displayed calendar
<% CALENDAR KEY %> The key of the currently-displayed calendar (to be used for linking, etc)
<% CALENDAR DESCRIPTION %> The description of the currently-displayed calendar
So to print out the current calendar's name, put the tag
<%= CALENDAR NAME
%> where appropriate in the template.
JFYI
Dan O.
[This message has been edited by DanO (edited February 18, 2005).]