array( 'value' => 'no trees', 'label' => __( 'Normal Light (No Trees)', 'rustic' ) ), 'trees' => array( 'value' => 'trees', 'label' => __( 'Normal Light (Trees)', 'rustic' ) ), 'red' => array( 'value' => 'red', 'label' => __( 'Pink Light (Trees)', 'rustic' ) ), 'blue' => array( 'value' => 'blue', 'label' => __( 'Blue Light (Trees)', 'rustic' ) ), 'cream' => array( 'value' => 'cream', 'label' => __( 'Brown Wood (Trees)', 'rustic' ) ) ); /** * Create the options page */ function rustic_theme_options_do_page() { global $radio_options, $rustic_theme_options; ?>
" . get_current_theme() . __( ' Theme Options', 'rustic' ) . ""; ?>

Choose Theme Style!', 'rustic' ); ?>

Google web font?', 'rustic' ); ?> Google web font website , choose a font, and paste the code into the boxes below.', 'rustic' ); ?>
Google web font stylesheet link here. Example:
<link href="http://fonts.googleapis.com/css?family=Lancelot" rel="stylesheet" type="text/css">', 'rustic' ); ?>
Google web font font-family code here. Example:
font-family: \'Lancelot\', cursive;', 'rustic' ); ?>
Change font color?', 'rustic' ); ?>
numbers 0-9 and letters a-f) of the color you want for your text. (ex: indigo is 4b0082). Visit This Color Chart for more colors.', 'rustic' ); ?>
Change link hover color?', 'rustic' ); ?>
numbers 0-9 and letters a-f) of the color you want to see when the cursor hovers over a link. (ex: blue is 0000ff). Visit This Color Chart for more colors.', 'rustic' ); ?>
Use logo image?', 'rustic' ); ?>
Library and clicking "Edit" under your logo image. Example:
http://mysite.com/wordpress/wp-content/uploads/2011/11/my-logo-image.jpg', 'rustic' ); ?>