'admin')); drupal_set_title($title); $form = array(); $form['admin_background'] = array ( '#type' => 'textfield', '#title' => t('background-color'), '#default_value' => variable_get('admin_background', 'transparent'), '#description' => t('CSS string for a background color. It will be applied to nodes.'), ); return system_settings_form('admin_admin_settings', $form); }