Parameter
|
Description
|
Possible Values
|
Default Value
|
Example
|
tpl
|
Template used to display output
|
Any valid template
|
The template, function_display_stats_calendar
|
tpl="mytemplate"
|
date
|
Displays calendar for the date this many seconds since the epoch
|
Any whole number greater than zero or zero
|
The current number of seconds since the epoch; i.e., the current date
|
date="1219723200"
|
assign_prefix
|
Prefix output variables with this word. (Click link for details)
|
Any valid Smarty variable name
|
None. (No prefix is used)
|
assign_prefix="myvar"
|
data_only
|
Set variables but don't display the template
|
1
|
None. The template is displayed.
|
data_only=1
|