6a7,13
>   elseif (arg(0)=='civicrm' && arg(1)=='event' && arg(2)=='info') {
>     global $custom_theme;
>     if (($custom_theme = variable_get('civicrm_eventinfo_theme', '0')) != '0') {
>       $path = drupal_get_path('module', 'system');
>       drupal_add_css($path .'/admin.css', 'module');
>     }    
>   }
32a40,46
>     );
>     $newform['civicrm_eventinfo_theme'] = array(
>       '#type' => 'select',
>       '#options' => $form['admin_theme']['#options'],
>       '#title' => t('CiviCRM Event Information theme'),
>       '#description' => t('Choose which theme the CiviCRM event information pages should display in.'),
>       '#default_value' => variable_get('civicrm_eventinfo_theme', ''),
