array( 'value' => 'two_sidebars' ), '1' => array( 'value' => 'one_sidebar' ) ); /** * Create arrays for typeface in titles options */ $typeface_title_options = array( '1' => array( 'value' => 'default', 'label' => __( 'League Gothic (default)', 'blaskan' ) ), '2' => array( 'value' => 'sans_serif', 'label' => __( 'Helvetica Neue, sans-serif', 'blaskan' ) ) ); /** * Create the options page */ function blaskan_options_do_page() { global $sidebars_options; global $typeface_title_options; if ( ! isset( $_REQUEST['updated'] ) ) $_REQUEST['updated'] = false; ?>