array( 'value' => 'daylight', 'label' => __( 'Daylight', 'brand-new-day' ) ), 'nightlight' => array( 'value' => 'nightlight', 'label' => __( 'Nightlight', 'brand-new-day' ) ), 'winterlight' => array( 'value' => 'winterlight', 'label' => __( 'Winterlight', 'brand-new-day' ) ), 'autumnlight' => array( 'value' => 'autumnlight', 'label' => __( 'Autumnlight', 'brand-new-day' ) ) ); $bnd_sidebar_options = array( 'right' => array( 'value' => 'right', 'label' => __( 'Right Sidebar', 'brand-new-day' ) ), 'left' => array( 'value' => 'left', 'label' => __( 'Left Sidebar', 'brand-new-day' ) ), 'none' => array( 'value' => 'none', 'label' => __( 'No Sidebar', 'brand-new-day' ) ) ); /** * Create the options page */ function theme_options_do_page() { global $bnd_themestyle_options, $bnd_sidebar_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>