From 8f868e2fd9cc99e2f72422fd51aec4f559b33796 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sun, 8 Sep 2002 18:53:09 +0000 Subject: - adding "Default theme" option to user_admin_edit() --- modules/user.module | 3 ++- modules/user/user.module | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/user.module b/modules/user.module index 8a1f58dc8..4827c8a21 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1422,8 +1422,9 @@ function user_admin_edit($edit = array()) { } } + $options = "\n"; foreach (theme_list() as $key => $value) { - $options .= "$value[type]\n"; + $options .= "\n"; } $output .= form_item(t("Theme"), "", t("Selecting a different theme will change the look and feel of the site.")); for ($zone = -43200; $zone <= 46800; $zone += 3600) $zones[$zone] = date("l, F dS, Y - h:i A", time() - date("Z") + $zone) ." (GMT ". $zone / 3600 .")"; diff --git a/modules/user/user.module b/modules/user/user.module index 8a1f58dc8..4827c8a21 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1422,8 +1422,9 @@ function user_admin_edit($edit = array()) { } } + $options = "\n"; foreach (theme_list() as $key => $value) { - $options .= "$value[type]\n"; + $options .= "\n"; } $output .= form_item(t("Theme"), "", t("Selecting a different theme will change the look and feel of the site.")); for ($zone = -43200; $zone <= 46800; $zone += 3600) $zones[$zone] = date("l, F dS, Y - h:i A", time() - date("Z") + $zone) ." (GMT ". $zone / 3600 .")"; -- cgit v1.2.3