$theme_opts, 'inline' => TRUE, 'callback_check' => 'theme_exists', 'error_text' => $locale['uf_theme_error'] ]; $user_fields = form_select('user_theme', $locale['uf_theme'], $field_value, $options); } // Display in profile } else if ($profile_method == "display") { // no to display }