array( 'value' => 'default', 'label' => __( 'Default', 'choco' ) ), 'darkgray' => array( 'value' => 'darkgray', 'label' => __( 'Dark Gray', 'choco' ) ), 'red' => array( 'value' => 'red', 'label' => __( 'Red', 'choco' ) ), ); return $color_schemes; } /** * Create the options page */ function choco_theme_options_do_page() { if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>
" . wp_get_theme() . __( ' Theme Options', 'choco' ) . ""; ?>