$font) { if ($bmb_theme_font == $font_key) { $bmb_font['value'] = $font['family']; $bmb_font['css'] = 'body { font-family:'; $bmb_font['key'] = $bmb_theme_font; update_option('bmb_theme_font', $bmb_font); break; } } } update_option('bmb_theme_colors', $bmb_theme_colors); bmb_update_style_sheet(); wp_redirect(admin_url('themes.php?page=bmb-theme-colors&updated=true')); } else { echo 'no!'; } } } function bmb_theme_color_settings() { //must check that the user has the required capability if (!current_user_can('manage_options')) { wp_die( __('You do not have sufficient permissions to access this page.') ); } // Read in existing option value from database $opt_val = get_option('bmb_theme_colors'); // Load user selected font from database $fonts = get_option('bmb_theme_font'); // Load set of fonts to use $font_list = bmb_font_list(); // Just to make sure we have some data, if not fill it up if ($opt_val =='' && empty($_GET['reset'])) { delete_option('bmb_theme_colors'); wp_redirect(admin_url('themes.php?page=bmb-theme-colors')); } ?>

Visit your site to see how it looks.' ), home_url( '/' ) ); ?>


Theme Colors