? theme_options.patch
Index: civicrmtheme.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/civicrm_theme/Attic/civicrmtheme.module,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 civicrmtheme.module
--- civicrmtheme.module	19 Aug 2010 07:27:41 -0000	1.1.2.2
+++ civicrmtheme.module	17 Nov 2010 04:44:12 -0000
@@ -35,14 +35,14 @@ function civicrmtheme_form_alter(&$form,
   if ($form_id == 'system_admin_theme_settings') {
     $newform['civicrm_admin_theme'] = array(
       '#type' => 'select',
-      '#options' => $form['admin_theme']['#options'],
+      '#options' => $form['theme']['admin_theme']['#options'],
       '#title' => t('CiviCRM Administration theme'),
       '#description' => t('Choose which theme the CiviCRM administration/backend pages should display in.'),
       '#default_value' => variable_get('civicrm_admin_theme', ''),
     );
     $newform['civicrmtheme'] = array(
       '#type' => 'select',
-      '#options' => $form['admin_theme']['#options'],
+      '#options' => $form['theme']['admin_theme']['#options'],
       '#title' => t('CiviCRM User theme'),
       '#description' => t('Choose which theme the CiviCRM frontend pages should display in.'),
       '#default_value' => variable_get('civicrmtheme', ''),
