array( 'value' => 'blueprint', 'label' => __('Blueprint CSS', 'roots'), ), '960gs_12' => array( 'value' => '960gs_12', 'label' => __('960gs (12 cols)', 'roots'), ), '960gs_16' => array( 'value' => '960gs_16', 'label' => __('960gs (16 cols)', 'roots'), ), '960gs_24' => array( 'value' => '960gs_24', 'label' => __('960gs (24 cols)', 'roots'), ), '1140' => array( 'value' => '1140', 'label' => __('1140', 'roots'), ), 'adapt' => array( 'value' => 'adapt', 'label' => __('Adapt.js', 'roots'), ), ); return apply_filters('roots_css_framework', $framework_options); } function roots_get_default_theme_options() { $default_theme_options = array( 'css_framework' => 'blueprint', 'container_class' => 'span-24', 'main_class' => 'span-14 append-1', 'sidebar_class' => 'span-8 prepend-1 last', 'google_analytics_id' => '', 'clean_menu' => true ); return apply_filters('roots_default_theme_options', $default_theme_options); } function roots_get_theme_options() { return get_option('roots_theme_options', roots_get_default_theme_options()); } function theme_options_render_page() { ?>