Chris@0: 'checkbox', Chris@0: '#title' => t('Use this sample setting'), Chris@0: '#default_value' => $settings['soundsoftware_example'], Chris@0: '#description' => t("This option doesn't do anything; it's just an example."), Chris@0: ); Chris@0: // */ Chris@0: Chris@0: // Add the base theme's settings. Chris@0: $form += zen_settings($saved_settings, $defaults); Chris@0: Chris@0: // Remove some of the base theme's settings. Chris@0: unset($form['themedev']['zen_layout']); // We don't need to select the base stylesheet. Chris@0: Chris@0: // Return the form Chris@0: return $form; Chris@0: }