array( 'value' => 'daylight', 'label' => __( 'Daylight', 'brandnewdaytheme' ) ), 'nightlight' => array( 'value' => 'nightlight', 'label' => __( 'Nightlight', 'brandnewdaytheme' ) ), 'winterlight' => array( 'value' => 'winterlight', 'label' => __( 'Winterlight', 'brandnewdaytheme' ) ) ); $radio2_options = array( 'right' => array( 'value' => 'right', 'label' => __( 'Right Sidebar', 'brandnewdaytheme' ) ), 'left' => array( 'value' => 'left', 'label' => __( 'Left Sidebar', 'brandnewdaytheme' ) ), 'none' => array( 'value' => 'none', 'label' => __( 'No Sidebar', 'brandnewdaytheme' ) ) ); /** * Create the options page */ function theme_options_do_page() { global $radio_options, $radio2_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>
" . get_current_theme() . __( ' Theme Options', 'brandnewdaytheme' ) . ""; ?>


/>
/>