array( 'value' => 'flexible-width', 'label' => __( 'Flexible-width Layout' ), 'description' => __( 'Wide, flexible-width layout. Site width is fluid between a minimum width of 900px and maximum width of 1280px. Images in the main column have a maximum width of 1000px.' ) ), 'fixed-width' => array( 'value' => 'fixed-width', 'label' => __( 'Fixed-width Layout' ), 'description' => __( 'Narrow, fixed-width layout. Site width is 700px and the main column width is 500px. Images in the main column have a maximum width of 500px.' ) ) ); /** * Create the options page */ function andrea_theme_options_do_page() { global $layout_options; if ( ! isset( $_REQUEST['settings-updated'] ) ) $_REQUEST['settings-updated'] = false; ?>
" . wp_get_theme() . __( ' Theme Options' ) . ""; ?>