__(strtoupper(WPTHEMESEO_THEME_NAME) . ' Admin Theme Settings', 'wpthemeseo'), 'type' => 'heading'); $options[] = array( 'name' => __('Color'), 'desc' => __('Choose Style'), 'id' => 'color', 'std' => WPTHEMESEO_THEME_DEFAULT_COLOR, 'type' => 'select', 'options' => $wpthemeseo_theme_colors); return $options; }