array ( "id" => "wpboxer_box_type", "name" => "Box Type", "desc" => __( 'Select the type of box you would like to use.' ), "type" => "radio", "options" => array("01", "02", "03", "04", "05", "06", "07", "08"), "std" => "02" ), 'wpboxer_header_color' => array( "name" => "Header Color", "desc" => __( 'Specify the text color of your box header.' ), "id" => "wpboxer_header_color", "type" => "color", "size" => 10, "std" => "222222" ), 'wpboxer_image_frame' => array( "name" => "Image Frame", "desc" => __( 'Specify whether the image should be presented in a frame.' ), "id" => "wpboxer_image_frame", "type" => "check", "std" => "off" ), 'wpboxer_text_align' => array( "name" => "Text Alignment", "desc" => __( 'Select the alignment for header and content of the box.' ), "id" => "wpboxer_text_align", "type" => "select", "options" => array("Left", "Center", "Right", "Justify"), "std" => "left" ), 'wpboxer_box_width' => array( "name" => "Box Width", "desc" => __( 'Specify the width of the box. Make sure the last box in each row ends with _last !' ), "id" => "wpboxer_box_width", "type" => "select", "options" => array( "", "one_half", "one_half_last", "one_third", "one_third_last", "two_third", "two_third_last", "one_fourth", "one_fourth_last", "three_fourth", "three_fourth_last", "one_fifth", "one_fifth_last", "two_fifth", "two_fifth_last", "three_fifth", "three_fifth_last", "four_fifth", "four_fifth_last", "one_sixth", "one_sixth_last", "five_sixth", "five_sixth_last" ), "std" => "" ), 'wpboxer_box_link' => array( "name" => "Box Link", "desc" => __( 'Specify the location to where the link in your box should point. When left empty, no link will be displayed.' ), "id" => "wpboxer_box_link", "type" => "text", "size" => 80, "std" => "" ), 'wpboxer_box_link_type' => array( "name" => "Box Link Type", "desc" => __( 'Select the type of link you would like to use.' ), "id" => "wpboxer_box_link_type", "type" => "select", "options" => array("link", "button"), "std" => "link" ), 'wpboxer_box_link_text' => array( "name" => "Box Link Text", "desc" => __( 'Specify the text that should be displayed inside the link or button.' ), "id" => "wpboxer_link_text", "type" => "text", "size" => 20, "std" => "" ) ); foreach ( $options as $value ) { $$value['id'] = get_option( $value['id'] ); if (! $$value['id']) $$value['id'] = $value['std']; if ( $value['type'] == 'check' && ! isset( $_POST[$value['id']] ) ) { update_option( $value['id'], "off" ); } if ( isset( $_POST[$value['id']] ) ) { $value['id'] = $_POST[$value['id']]; update_option( $value['id'], esc_attr($$value['id']) ); } } ?>

WP Boxer Settings

' size="" />
' size="" />
> box-type-<?php echo $opt ?>
/>


If you really like Boxer, you can support its development by donating.'); ?>