'start' ), array( 'type' => 'icon' ), array( 'type' => 'title', 'value' => 'Brunelleschi Theme Settings' ), array( 'type' => 'form-start' ), array( 'type' => 'section-start', 'heading' => 'Display Settings' ), array( 'type' => 'checkbox', 'name' => $settings_prefix . 'fonts', 'label' => 'Use Alternative Fonts?', 'description' => 'Check to use alternative fonts.', 'std' => '' ), array( 'type' => 'checkbox', 'name' => $settings_prefix . 'site-title', 'label' => 'Hide Site Title?', 'description' => 'Check to hide the Site Title.', 'std' => '' ), array( 'type' => 'checkbox', 'name' => $settings_prefix . 'site-description', 'label' => 'Hide Site Description?', 'description' => 'Check to hide the Site Description.', 'std' => '' ), array( 'type' => 'checkbox', 'name' => $settings_prefix . 'left-heading', 'label' => 'Use Left Aligned Header Text?', 'description' => 'Check to left align header text.', 'std' => '' ), array( 'type' => 'checkbox', 'name' => $settings_prefix . 'use-header-image', 'label' => 'Enable Header Image?', 'description' => 'Check to include a Header Image.', 'std' => '' ), array( 'type' => 'checkbox', 'name' => $settings_prefix . 'footer', 'label' => 'Disable Footer?', 'description' => 'Check to disable the footer.', 'std' => '' ), array( 'type' => 'select', 'name' => $settings_prefix . 'header-order', 'label' => 'Header Text or Banner Image on Top?', 'description' => 'Choose the order you want the header to display.', 'options' => array( 'Text on Top', 'Text on the Left', 'Text on the Right', 'Text on the Bottom' ), 'std' => 'Text on Top' ), array( 'type' => 'select', 'name' => $settings_prefix . 'sidebar', 'label' => 'Left, Right, or No Sidebar?', 'description' => 'Pick which side you want the sidebar on. Choose none for no sidebar.', 'options' => array( 'left', 'right', 'none' ), 'std' => 'right' ), array( 'type' => 'select', 'name' => $settings_prefix . 'sidebar-width', 'label' => 'How Many Columns Should the Sidebar Occupy?', 'description' => 'Pick a number between two and eight.', 'options' => array( 'two', 'three', 'four', 'five', 'six', 'seven', 'eight' ), 'std' => 'three' ), array( 'type' => 'select', 'name' => $settings_prefix . 'content-width', 'label' => 'Content Width:', 'description' => 'Choose the overall Content Width in pixels.', 'std' => '960', 'options' => array( '800', '960', '1024', '1140' ) ), array( 'type' => 'checkbox', 'name' => $settings_prefix . 'box-shadow', 'label' => 'Use box shadow?', 'description' => 'Check to add a groovy box shadow (new browsers only)', 'std' => '' ), array( 'type' => 'textarea', 'name' => $settings_prefix . 'extra-css', 'label' => 'Enter additional CSS here:', 'description' => 'Caution! CSS is very powerful!', 'std' => '' ), array( 'type' => 'section-end' ), array( 'type' => 'form-end' ), array( 'type' => 'end' ) ); function brunelleschi_settings_render_fields() { global $settings_fields,$settings_prefix; foreach ( $settings_fields as $field ) { switch( $field['type'] ) { case 'start':?>