"General Options",
"type" => "heading");
$options[] = array( "name" => "Theme Stylesheet",
"desc" => "Please select your colour scheme here.",
"id" => $shortname."_alt_stylesheet",
"std" => "",
"type" => "select",
"options" => $alt_stylesheets);
$options[] = array( "name" => "Custom Logo",
"desc" => "Paste the full URL of your custom logo image, should you wish to replace our default logo e.g. 'http://www.yoursite.com/logo.png'.",
"id" => $shortname."_logo",
"std" => "",
"type" => "text");
$options[] = array( "name" => "Google Analytics",
"desc" => "Please paste your Google Analytics (or other) tracking code here.",
"id" => $shortname."_google_analytics",
"std" => "",
"type" => "textarea");
$options[] = array( "name" => "Feedburner RSS URL",
"desc" => "Enter your Feedburner URL here.",
"id" => $shortname."_feedburner_url",
"std" => "",
"type" => "text");
$options[] = array( "name" => "About You Snippet",
"desc" => "Include a little snippet about your company / about us that is displayed in the banner/header.",
"id" => $shortname."_about",
"std" => "",
"type" => "textarea");
$options[] = array( "name" => "About You Read More Link",
"desc" => "URL of the read more link e.g. http://www.yoursite.com/about",
"id" => $shortname."_aboutlink",
"std" => "#",
"type" => "text");
$options[] = array( "name" => "Customized Homepage",
"type" => "heading");
$options[] = array( "name" => "Enable homepage",
"desc" => "Check this to use the custom homepage (custom-home.php). To execute it currectly you need to gothrough the following setting for custom home page.",
"id" => $shortname."_home",
"std" => "false",
"type" => "checkbox");
$options[] = array( "name" => "Number of posts",
"desc" => "Enter the number of posts you want to display under MyWritings.",
"id" => $shortname."_home_posts",
"std" => "",
"type" => "text");
$options[] = array( "name" => "Archives URl",
"desc" => "Enter the URl to archive page template e.g. http://mysite.com/archives/. To make an archive page: Add new page with page template assigned 'Archive Page'.",
"id" => $shortname."_home_archives",
"std" => "",
"type" => "text");
$options[] = array( "name" => "Custom Sidebar Widget",
"type" => "heading");
$options[] = array( "name" => "Flickr ID",
"desc" => "Enter your Flickr ID here. Use IDGettr to find it.",
"id" => $shortname."_home_flickr_user",
"std" => "",
"type" => "text");
$options[] = array( "name" => "Flickr count",
"desc" => "Enter how many flickr photos you want to display. Max 10.",
"id" => $shortname."_home_flickr_count",
"std" => "",
"type" => "text");
$options[] = array( "name" => "Flickr URl",
"desc" => "Enter the URl to your flickr account here.",
"id" => $shortname."_home_flickr_url",
"std" => "",
"type" => "text");
$options[] = array( "name" => "Lifestream posts",
"desc" => "Enter the number of posts you want to display under MyLifestream. You must have the Lifestream plugin installed",
"id" => $shortname."_home_lifestream",
"std" => "",
"type" => "text");
$options[] = array( "name" => "Ad Banners",
"type" => "heading");
$options[] = array( "name" => "Rotate banners?",
"desc" => "Check this to randomly rotate the banner ads.",
"id" => $shortname."_ads_rotate",
"std" => "true",
"type" => "checkbox");
$options[] = array( "name" => "Banner Ad #1 - Image",
"desc" => "Enter the URL for this banner ad.",
"id" => $shortname."_ad_image_1",
"std" => "http://www.wordpessroom.com/ads/wrthemes-125x125-1.gif",
"type" => "text");
$options[] = array( "name" => "Banner Ad #1 - Destination",
"desc" => "Enter the URL where this banner ad points to.",
"id" => $shortname."_ad_url_1",
"std" => "http://www.wordpessroom.com",
"type" => "text");
$options[] = array( "name" => "Banner Ad #2 - Image",
"desc" => "Enter the URL for this banner ad.",
"id" => $shortname."_ad_image_2",
"std" => "http://www.wordpessroom.com/ads/wrthemes-125x125-2.gif",
"type" => "text");
$options[] = array( "name" => "Ad #2 - Destination",
"desc" => "Enter the URL where this banner ad points to.",
"id" => $shortname."_ad_url_2",
"std" => "http://www.wordpessroom.com",
"type" => "text");
$options[] = array( "name" => "Banner Ad #3 - Image",
"desc" => "Enter the URL for this banner ad.",
"id" => $shortname."_ad_image_3",
"std" => "http://www.wordpessroom.com/ads/wrthemes-125x125-3.gif",
"type" => "text");
$options[] = array( "name" => "Ad #3 - Destination",
"desc" => "Enter the URL where this banner ad points to.",
"id" => $shortname."_ad_url_3",
"std" => "http://www.wordpessroom.com",
"type" => "text");
$options[] = array( "name" => "Banner Ad #4 - Image",
"desc" => "Enter the URL for this banner ad.",
"id" => $shortname."_ad_image_4",
"std" => "http://www.wordpessroom.com/ads/wrthemes-125x125-4.gif",
"type" => "text");
$options[] = array( "name" => "Ad #4 - Destination",
"desc" => "Enter the URL where this banner ad points to.",
"id" => $shortname."_ad_url_4",
"std" => "http://www.wordpessroom.com",
"type" => "text");
?>