';
}
// Editing or adding holidays.
function template_edit_holiday()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
// Start with javascript for getting the calendar dates right.
echo '
';
// Show a form for all the holiday information.
echo '
';
}
// Calendar settings.
function template_modify_settings()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
echo '
';
}
?>