array( "name" => "Google Adsense & Analytics Settings",
"type" => "heading",
),
array( "name" => "Enable Google Adsense Loop Within Posts On Your Website<br /><em>*default are disable, you can activate it by choosing enable</em>",
"id" => $shortname."_adsense_loop_activate",
"type" => "select",
"std" => "disable",
"options" => array("disable", "enable")),
array( "name" => "Insert Google Adsense Code Here (Loop Within Posts)<br />
<em>*Copy & Paste Your Google Code Or CPA Network Banner Code Here</em>",
"id" => $shortname."_adsense_loop",
"type" => "textarea",
"std" => "",
),
array( "name" => "Enable Google Adsense On Single Page (Showing On Top and Below Post)<br /><em>*default are disable, you can activate it by choosing enable</em>",
"id" => $shortname."_adsense_single_activate",
"type" => "select",
"std" => "disable",
"options" => array("disable", "enable")),
array( "name" => "Insert Google Adsense Code Here (Single Page)<br /><em>*Copy & Paste Your Google Code Or CPA Network Banner Code Here</em>",
"id" => $shortname."_adsense_single",
"type" => "textarea",
"std" => "",
),
array( "name" => "Insert Google Analytics code <br /><em>*optional - leave it blank if not using</em>",
"id" => $shortname."_google_analytics",
"type" => "textarea",
"std" => "",
),
array( "name" => "</div></div>",
"type" => "close",
),
);
function fruitdiet_admin_panel(){ if ((function_exists("check_theme_footer") || function_exists("check_theme_header"))) {
echo "<div id=\"admin-options\"> ";