widgets['WP_Widget_Recent_Comments'], 'recent_comments_style')); } //admin menu definitions $themename = "Belle"; $shortname = "wpb"; $options = array ( array( "name" => "Customize your Belle Theme Here", "type" => "title"), array( "type" => "open"), array( "name" => "Color Scheme", "id" => $shortname."_color_scheme", "desc" => "Select your color scheme choice", "type" => "select", "std" => "blue", "options" => array("blue","orange", "pink", "green", "red","yellow")), array( "name" => "Disable Blog Title in Header?", "desc" => "Check this box if you would like to DISABLE the blog title in Header.", "id" => $shortname."_title_disable", "type" => "checkbox", "std" => "false"), array( "name" => "Disable Header Tag Line?", "desc" => "Check this box if you would like to DISABLE the tag line from Header.", "id" => $shortname."_tagline_disable", "type" => "checkbox", "std" => "false"), array( "name" => "Display Header Social Link 1?", "desc" => "Check this box if you would like to ENABLE the social media link 1 in Header.", "id" => $shortname."_sociallink1_enable", "type" => "checkbox", "std" => "false"), array( "name" => "Social Link 1 Url", "id" => $shortname."_link1_url", "type" => "text", "std" => "http://www.twitter.com/"), array( "name" => "Social Link 1 Title", "id" => $shortname."_link1_title", "type" => "text", "std" => "Twitter"), array( "name" => "Social Link 1 Desc", "desc" => "Maximum 15 characters", "id" => $shortname."_link1_desc", "type" => "text", "std" => "Follow me on Twitter"), array( "name" => "Display Header Social Link 2?", "desc" => "Check this box if you would like to ENABLE the social media link 1 in Header.", "id" => $shortname."_sociallink2_enable", "type" => "checkbox", "std" => "false"), array( "name" => "Social Link 2 Url", "id" => $shortname."_link2_url", "type" => "text"), array( "name" => "Social Link 2 Title", "id" => $shortname."_link2_title", "type" => "text"), array( "name" => "Social Link 2 Desc", "desc" => "Maximum 15 characters", "id" => $shortname."_link2_desc", "type" => "text"), array("type" => "close") ); /** * Displays Belle Options page */ function belle_admin() { global $themename, $shortname, $options; if ( $_REQUEST['saved'] ) echo '

'.$themename.' settings saved.

'; if ( $_REQUEST['reset'] ) echo '

'.$themename.' settings reset.

'; ?>

settings


'
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', )); } ?>

    " />
     
     
     
     
     
     
    />