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'), ), ); return apply_filters('roots_grid_framework', $grid_options); } function roots_get_default_theme_options() { $default_theme_options = array( 'css_grid_framework' => 'blueprint', 'css_main_class' => 'span-14 append-1', 'css_sidebar_class' => 'span-8 prepend-1 last', 'google_analytics_id' => '' ); return apply_filters('roots_default_theme_options', $default_theme_options); } function roots_get_theme_options() { return get_option('roots_theme_options'); } function theme_options_render_page() { ?>