'select', '#title' => t('New variable setting'), '#options' => drupal_map_assoc(array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 30, 40, 50, 75, 100, 125, 150, 200, 250, 500)), '#default_value' => variable_get('example_threshold_limit', 3), ); return $form; }