diff options
Diffstat (limited to 'modules/archive.module')
-rw-r--r-- | modules/archive.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/archive.module b/modules/archive.module index daeb9f4fc..f4ab70eb3 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -188,7 +188,7 @@ function archive_page() { $theme->footer(); } -function archive_conf_options() { +function archive_settings() { $output .= form_select( t("First day of week"), "default_firstday", variable_get("default_firstday", 0), array(0 => t("Sunday"), 1 => t("Monday"), 2 => t("Tuesday"), 3 => t("Wednesday"), 4 => t("Thursday"), 5 => t("Friday"), 6 => t("Saturday")), t("The first day of the week. By changing this value you choose how the calendar block is rendered.")); |