array( 'value' => 'dark', 'label' => __( 'Dark (Default)', 'modularity' ) ), 'light' => array( 'value' => 'light', 'label' => __( 'Light', 'modularity' ) ), ); return $color_schemes; } /** * Create the options page */ function theme_options_do_page() { global $select_options, $radio_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>
" . wp_get_theme() . __( ' Theme Options' ) . ""; ?>

/>
/>