array( 'value' => 'content-sidebar', 'label' => __( 'Content-Sidebar', 'zbench' ), ), 'sidebar-content' => array( 'value' => 'sidebar-content', 'label' => __( 'Sidebar-Content', 'zbench' ) ), 'content-sidebar-sidebar' => array( 'value' => 'content-sidebar-sidebar', 'label' => __( 'Content-Sidebar-Sidebar', 'zbench' ) ), 'sidebar-sidebar-content' => array( 'value' => 'sidebar-sidebar-content', 'label' => __( 'Sidebar-Sidebar-Content', 'zbench' ) ), 'sidebar-content-sidebar' => array( 'value' => 'sidebar-content-sidebar', 'label' => __( 'Sidebar-Content-Sidebar', 'zbench' ) ), ); return $theme_layouts; } /** * Create the options page * * @since zBench 1.0 */ function zbench_theme_options_do_page() { $options = zbench_get_theme_options(); ?>