sportspress_frontend_css_colors => themeboy

This commit is contained in:
Brian Miyaji
2015-03-10 14:23:05 +11:00
parent 19ca004960
commit e18cab661c
2 changed files with 4 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ class SP_Frontend_Scripts {
$offset = ( 'twentyfourteen' == $template ? 48 : 0 );
}
$colors = (array) get_option( 'sportspress_frontend_css_colors', array() );
$colors = (array) get_option( 'themeboy', array() );
// Defaults
if ( empty( $colors['primary'] ) ) $colors['primary'] = '#2b353e';