$other_entries=array("Select a number:","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19");
// THIS IS THE DIFFERENT FIELDS
$options=array();
// General
$options[]=array("name"=>"General Settings",
"type"=>"heading",
"icon"=>"general");
$options[]=array("name"=>"Theme Stylesheet",
"desc"=>"Select your themes alternative color scheme.",
"id"=>$shortname."_alt_stylesheet",
"std"=>"default.css",
"type"=>"select",
"options"=>$alt_stylesheets);
$options[]=array("name"=>"Custom Logo",
"desc"=>"Upload a logo for your theme, or specify an image URL directly.",
"id"=>$shortname."_logo",
"std"=>"",
"type"=>"upload");
$options[]=array("name"=>"Text Title",
"desc"=>"Enable text-based Site Title and Tagline. Setup title & tagline in <a href='".home_url()."/wp-admin/options-general.php'>General Settings</a>.",
"desc"=>"Enter your preferred E-mail subscription URL. (Feedburner or other)",
"id"=>$shortname."_subscribe_email",
"std"=>"",
"type"=>"text");
$options[]=array("name"=>"Contact Form E-Mail",
"desc"=>"Enter your E-mail address to use on the Contact Form Page Template. Add the contact form by adding a new page and selecting 'Contact Form' as page template.",
"id"=>$shortname."_contactform_email",
"std"=>"",
"type"=>"text");
$options[]=array("name"=>"Custom CSS",
"desc"=>"Quickly add some CSS to your theme by adding it to this block.",
"id"=>$shortname."_custom_css",
"std"=>"",
"type"=>"textarea");
$options[]=array("name"=>"Post/Page Comments",
"desc"=>"Select if you want to enable/disable comments on posts and/or pages. ",
"desc"=>"This will enable the post author box on the single posts page. Edit description in <a href='".home_url()."/wp-admin/profile.php'>Profile</a>.",
"id"=>$shortname."_post_author",
"std"=>"true",
"type"=>"checkbox");
$options[]=array("name"=>"Display Breadcrumbs",
"desc"=>"Display dynamic breadcrumbs on each page of your website.",
"desc"=>"Select which layout you want for your site.",
"id"=>$shortname."_site_layout",
"std"=>"layout-full",
"type"=>"images",
"options"=>array(
/*'layout-left-content'=>$url.'2cl.png',
'layout-right-content'=>$url.'2cr.png',*/
'layout-full'=>$url.'1c.png')
);
/* Donate */
/*$options[]=array("name"=>"Donate",
"type"=>"heading",
"icon"=>"layout");
$options[]=array("name"=>"Enable donate button",
"desc"=>"Activate donate button.",
"id"=>$shortname."_donate_btn",
"std"=>"true",
"type"=>"checkbox");
$options[]=array("name"=>"Enable donate meter",
"desc"=>"Activate to enable donate meter.",
"id"=>$shortname."_donate_meter",
"std"=>"true",
"type"=>"checkbox");
$options[]=array("name"=>"How much money has been raised?",
"desc"=>"Specify the monetary value of how much money has been raised. The percentage will be worked out based on this value and the total target listed below.",
"id"=>$shortname."_donate_raised",
"std"=>"0",
"type"=>"text");
$options[]=array("name"=>"What is the target amount to be raised?",
"desc"=>"Specify the monetary value of the total monies to be raised.",
"id"=>$shortname."_donate_target",
"std"=>"0",
"type"=>"text");
$options[]=array("name"=>"Currency",
"desc"=>"Select the currency you'd like to receive donations in.",
"id"=>$shortname."_donate_currency",
"std"=>"USD",
"type"=>"select",
"options"=>array(
'USD'=>'USD',
'AUD'=>'AUD',
'CAD'=>'CAD',
'EUR'=>'EUR',
'GBP'=>'GBP',
'JPY'=>'JPY')
);
$options[]=array("name"=>"Currency Symbol",
"desc"=>"Select the currency symbol you'd like to display.",
"id"=>$shortname."_donate_currency_symbol",
"std"=>"$",
"type"=>"select2",
"options"=>array(
'$'=>'USD',
'AUS$'=>'AUD',
'C$'=>'CAD',
'€'=>'EUR',
'£'=>'GBP',
'¥'=>'JPY')
);
$options[]=array("name"=>"Donate Title",
"desc"=>"This is the main heading on the 'Donate' page template.",
"id"=>$shortname."_donate_title",
"std"=>"",
"type"=>"text");
$options[]=array("name"=>"Donate Description",
"desc"=>"Optional introduction text used on the 'Donate' page template.",
"id"=>$shortname."_donate_desc",
"std"=>"",
"type"=>"textarea");
$options[]=array("name"=>"Enable large donation meter on 'Donate' page template",
"desc"=>"Activate to enable the large donation meter below the optional introduction text on the 'Donate' page template.",
"id"=>$shortname."_donate_meter_large",
"std"=>"true",
"type"=>"checkbox");
$options[]=array("name"=>"Donate Button Text",
"desc"=>"Please enter the donate button text",
"id"=>$shortname."_donate_btn_text",
"std"=>"Donate Now!",
"type"=>"text");
$options[]=array("name"=>"Custom Donation Link",
"desc"=>"Optionally specify a custom URL for the 'donate' button to point to. <strong>This overrides any PayPal settings</strong>.",
"desc"=>"Activate to add the custom text below to the theme footer.",
"id"=>$shortname."_footer_right",
"std"=>"false",
"type"=>"checkbox");
$options[]=array("name"=>"Custom Text (Right)",
"desc"=>"Custom HTML and Text that will appear in the footer of your theme.",
"id"=>$shortname."_footer_right_text",
"std"=>"",
"type"=>"textarea");
/* Subscribe & Connect */
$options[]=array("name"=>"Subscribe & Connect",
"type"=>"heading",
"icon"=>"connect");
$options[]=array("name"=>"Enable Subscribe & Connect - Single Post",
"desc"=>"Enable the subscribe & connect area on single posts. You can also add this as a <a href='".home_url()."/wp-admin/widgets.php'>widget</a> in your sidebar.",
"id"=>$shortname."_connect",
"std"=>'true',
"type"=>"checkbox");
$options[]=array("name"=>"Subscribe Title",
"desc"=>"Enter the title to show in your subscribe & connect area.",
"id"=>$shortname."_connect_title",
"std"=>'',
"type"=>"text");
$options[]=array("name"=>"Text",
"desc"=>"Change the default text in this area.",
"id"=>$shortname."_connect_content",
"std"=>'',
"type"=>"textarea");
$options[]=array("name"=>"Subscribe By E-mail ID (Feedburner)",
"desc"=>"Enter your <a href='http://www.google.com/support/feedburner/bin/answer.py?hl=en&answer=78982'>Feedburner ID</a> for the e-mail subscription form.",
"id"=>$shortname."_connect_newsletter_id",
"std"=>'',
"type"=>"text");
$options[]=array("name"=>"Enable RSS",
"desc"=>"Enable the subscribe and RSS icon.",
"id"=>$shortname."_connect_rss",
"std"=>'true',
"type"=>"checkbox");
$options[]=array("name"=>"Twitter URL",
"desc"=>"Enter your <a href='http://www.twitter.com/'>Twitter</a> URL e.g. http://www.twitter.com/woothemes",
"id"=>$shortname."_connect_twitter",
"std"=>'',
"type"=>"text");
$options[]=array("name"=>"Facebook URL",
"desc"=>"Enter your <a href='http://www.facebook.com/'>Facebook</a> URL e.g. http://www.facebook.com/woothemes",
"id"=>$shortname."_connect_facebook",
"std"=>'',
"type"=>"text");
$options[]=array("name"=>"Blogger URL",
"desc"=>"Enter your <a href='http://www.blogger.com/'>Blogger</a> URL",
"id"=>$shortname."_connect_blogger",
"std"=>'',
"type"=>"text");
$options[]=array("name"=>"YouTube URL",
"desc"=>"Enter your <a href='http://www.youtube.com/'>YouTube</a> URL e.g. http://www.youtube.com/woothemes",
"id"=>$shortname."_connect_youtube",
"std"=>'',
"type"=>"text");
$options[]=array("name"=>"Flickr URL",
"desc"=>"Enter your <a href='http://www.flickr.com/'>Flickr</a> URL e.g. http://www.flickr.com/woothemes",
"id"=>$shortname."_connect_flickr",
"std"=>'',
"type"=>"text");
$options[]=array("name"=>"LinkedIn URL",
"desc"=>"Enter your <a href='http://www.www.linkedin.com.com/'>LinkedIn</a> URL e.g. http://www.linkedin.com/in/woothemes",
"id"=>$shortname."_connect_linkedin",
"std"=>'',
"type"=>"text");
$options[]=array("name"=>"Delicious URL",
"desc"=>"Enter your <a href='http://www.delicious.com/'>Delicious</a> URL e.g. http://www.delicious.com/woothemes",
"id"=>$shortname."_connect_delicious",
"std"=>'',
"type"=>"text");
$options[]=array("name"=>"Enable Related Posts",
"desc"=>"Enable related posts in the subscribe area. Uses posts with the same <strong>tags</strong> to find related posts. Note: Will not show in the Subscribe widget.",