"light", "font_color" => "444444", "link_color" => "0253CC", "heading_color" => "333333", "color_scheme" => "FC8F00", "header_bg_color" => "636363", "slider_bg_color" => "171717", "gravatar_favicon" => false, "custom_favicon" => "", "body_font" => "Helvetica, Arial, sans-serif", "body_font_size" => "81.3%", "heading_font" => "Helvetica, Arial, sans-serif", "heading_font_size" => "24px", "widget_title_font_size" => "18px", "blog_name_font" => "Helvetica, Arial, sans-serif", "blog_name_font_size" => "24px", "show_slider" => true, "slider_categories" => "0", "slide_speed" => 3, "slide_count" => 5, "slide_effect" => "scrollHorz", "home_section_title1" => "", "home_section_title2" => "", "home_section_title3" => "", "home_section_content1" => "", "home_section_content2" => "", "home_section_content3" => "", "home_section_title_image1" => "", "home_section_title_image2" => "", "home_section_title_image3" => "", "show_breadcrumbs" => true, "show_featured_images" => true, "show_categories" => true, "show_tags" => true, "show_post_navigation" => true, "show_author_info" => true, "show_rss" => true, "facebook_url" => "", "twitter_url" => "", "google_url" => "", "use_admin_email" => true, "contact_form_email" => "", "contact_form_success_message" => "" ); return apply_filters("bizwiz_default_options", $options); } /** * Dropdown lists */ function bizwiz_skin() { $list = array( "light" => array("value" => "light", "label" => __("Light","bizwiz")), "dark" => array("value" => "dark", "label" => __("Dark","bizwiz")), ); return apply_filters("bizwiz_skin", $list); } function bizwiz_body_font_size() { $list = array( "81.3%" => array("value" => "81.3%", "label" => __("13px","bizwiz")), "87.5%" => array("value" => "87.5%", "label" => __("14px","bizwiz")), "93.8%" => array("value" => "93.8%", "label" => __("15px","bizwiz")), "100%" => array("value" => "100%", "label" => __("16px","bizwiz")), ); return apply_filters("bizwiz_body_font_size", $list); } function bizwiz_heading_font_size() { $list = array( "16px" => array("value" => "16px", "label" => __("16px","bizwiz")), "18px" => array("value" => "18px", "label" => __("18px","bizwiz")), "20px" => array("value" => "20px", "label" => __("20px","bizwiz")), "24px" => array("value" => "24px", "label" => __("24px","bizwiz")), "28px" => array("value" => "28px", "label" => __("28px","bizwiz")), "32px" => array("value" => "32px", "label" => __("32px","bizwiz")), "36px" => array("value" => "36px", "label" => __("36px","bizwiz")), "40px" => array("value" => "40px", "label" => __("40px","bizwiz")), "44px" => array("value" => "44px", "label" => __("44px","bizwiz")), "48px" => array("value" => "48px", "label" => __("48px","bizwiz")), ); return apply_filters("bizwiz_heading_font_size", $list); } function bizwiz_body_fonts() { $list = array( "Helvetica, Arial, sans-serif" => array("value" => "Helvetica, Arial, sans-serif", "label" => __("Helvetica, Arial","bizwiz")), "Georgia" => array("value" => "Georgia", "label" => __("Georgia","bizwiz")), "'OpenSansLight'" => array("value" => "'OpenSansLight'", "label" => __("Open Sans","bizwiz")), ); return apply_filters("bizwiz_body_fonts", $list); } function bizwiz_heading_fonts() { $list = array( "Helvetica, Arial, sans-serif" => array("value" => "Helvetica, Arial, sans-serif", "label" => __("Helvetica, Arial","bizwiz")), "Georgia" => array("value" => "Georgia", "label" => __("Georgia","bizwiz")), "'OpenSansCondensedBold'" => array("value" => "'OpenSansCondensedBold'", "label" => __("Open Sans","bizwiz")), "'JennaSueRegular'" => array("value" => "'JennaSueRegular'", "label" => __("Jenna Sue","bizwiz")), "'RockSaltRegular'" => array("value" => "'RockSaltRegular'", "label" => __("Rock Salt","bizwiz")), ); return apply_filters("bizwiz_heading_fonts", $list); } function bizwiz_slide_effects() { $list = array( "fade,scrollHorz,scrollVert,slideX" => array("value" => "fade,scrollHorz,scrollVert,slideX", "label" => __("Random","bizwiz")), "fade" => array("value" => "fade", "label" => __("Fade","bizwiz")), "scrollHorz" => array("value" => "scrollHorz", "label" => __("Scroll Horizontal","bizwiz")), "scrollVert" => array("value" => "scrollVert", "label" => __("Scroll Vertical","bizwiz")), "slideX" => array("value" => "slideX", "label" => __("Slide","bizwiz")), ); return apply_filters("bizwiz_slide_effects", $list); } /** * List of theme options tabs */ function bizwiz_options_tabs() { $tabs = array( "1" => array("value" => "1", "label" => __("Color Settings","bizwiz")), "2" => array("value" => "2", "label" => __("Font Settings","bizwiz")), "3" => array("value" => "3", "label" => __("Slider Options","bizwiz")), "4" => array("value" => "4", "label" => __("Homepage Settings","bizwiz")), "5" => array("value" => "5", "label" => __("Post Settings","bizwiz")), "6" => array("value" => "6", "label" => __("Social Profiles","bizwiz")), "7" => array("value" => "7", "label" => __("Favicon Settings","bizwiz")), "8" => array("value" => "8", "label" => __("Contact Form Settings","bizwiz")), ); return apply_filters("bizwiz_options_tabs", $tabs); } /** * Display the options page */ function bizwiz_options_page() { if(isset($_POST['settings-reset'])) { delete_option('bizwiz_options'); add_settings_error('bizwiz_options','reset',__('Default settings restored','bizwiz'),'updated'); } ?>

'.$entry['label'].''; $first = false; } ?>

/>













/>

/>

/>

/>

/>

/>

/>

/>

/>

$width or $size[1] > $height) return false; else return true; } function bizwiz_validate_number($value) { if(is_numeric($value) and $value > 0) { return true; } else return false; } ?>