__('Twitter Username'),
"desc" => __('Your Twitter username, to be used on the social media links'),
"id" => $shortname."_twitter",
"std" => "AlexDenning",
"type" => "text"),
array( "name" => __('Feedburner URL'),
"desc" => __("Copy and paste your Feedburner URL, ie --> http://feeds2.feedburner.com/nometech"),
"id" => $shortname."_feedburner",
"std" => __(""),
"type" => "textarea",
"options" => array( "rows" => "5",
"cols" => "94") ),
array( "name" => __(''),
"desc" => __("
With the options below, you can choose a layout for your blog. Select one only.
"),
"id" => $shortname."_layout",
"std" => __("Below you've got the option to choose a layout. Check one box only."),
"type" => "nothing"),
array( "name" => __('Two column layout'),
"desc" => __("A simple two column layout"),
"id" => $shortname."_two_column",
"std" => "true",
"type" => "checkbox"),
array( "name" => __('Two column wide layout'),
"desc" => __("Two columns, with a wider content area and smaller sidebar (590px expanded to 640px)"),
"id" => $shortname."_two_column_wide",
"std" => "false",
"type" => "checkbox"),
array( "name" => __('Two column really wide layout'),
"desc" => __("Two columns with a massive content area and a sidebar only 135px wide."),
"id" => $shortname."_two_column_really_wide",
"std" => "false",
"type" => "checkbox"),
array( "desc" => __("Choose elements on the homepage to display/hide
"),
"type" => "nothing"),
array( "name" => __('Featured content'),
"desc" => __("Hide the featured content?"),
"id" => $shortname."_featured_content",
"std" => "false",
"type" => "checkbox"),
array( "name" => __('Two featured posts'),
"desc" => __("Hide the two featured posts below the featured content?"),
"id" => $shortname."_two_featured_posts",
"std" => "false",
"type" => "checkbox"),
array( "name" => __('Three featured posts'),
"desc" => __("Hide three posts beneath the two featured posts?"),
"id" => $shortname."_three_featured_posts",
"std" => "false",
"type" => "checkbox"),
array( "desc" => __("Choose sidebar elements to display/not display
"),
"type" => "nothing"),
array( "name" => __('Tabbed area'),
"desc" => __("Hide the tabbed area?"),
"id" => $shortname."_tabs",
"std" => "false",
"type" => "checkbox"),
array( "name" => __('Recent comments'),
"desc" => __("Hide recent comments?"),
"id" => $shortname."_recent_comments",
"std" => "false",
"type" => "checkbox"),
array( "name" => __('Ad code at 300x250 size'),
"desc" => __("Copy and paste into the box below your advert code 300x250 size, for displaying on the two column layout"),
"id" => $shortname."_300_250_ad",
"std" => __(""),
"type" => "textarea",
"options" => array( "rows" => "5",
"cols" => "94") ),
array( "name" => __('Ad code at 250x200 size'),
"desc" => __("Copy and paste into the box below your advert code 250x200 size, for displaying on the two column wide layout"),
"id" => $shortname."_250_200_ad",
"std" => __(""),
"type" => "textarea",
"options" => array( "rows" => "5",
"cols" => "94") ),
array( "name" => __('Ad code at 125x125 size'),
"desc" => __("Copy and paste into the box below your advert code 125x125 size, for displaying on the two column really wide layout."),
"id" => $shortname."_125_125_ad",
"std" => __(""),
"type" => "textarea",
"options" => array( "rows" => "5",
"cols" => "94") ),
array( "desc" => __("Customise the footer
"),
"type" => "nothing"),
array( "name" => __('Three column footer'),
"desc" => __("Hide the three column footer?"),
"id" => $shortname."_three_column_footer",
"std" => "false",
"type" => "checkbox"),
array( "name" => __('Text in Footer'),
"desc" => __("Fill out the box with the text you want to be displayed at the very bottom of the theme."),
"id" => $shortname."_footer_text",
"std" => __("© 2009 Your Site Name • Powered by WordPress"),
"type" => "textarea",
"options" => array( "rows" => "5",
"cols" => "94") ),
array( "name" => __('Analytics code'),
"desc" => __("Paste your Google Analytics (or other tracking) code in the box below"),
"id" => $shortname."_analytics",
"std" => __(""),
"type" => "textarea",
"options" => array( "rows" => "5",
"cols" => "94") ),