"; } } function roots_1140_header_before() { $options = roots_get_theme_options(); $roots_css_framework = $options['css_grid_framework']; if ($roots_css_framework === '1140') { echo "
"; } } function roots_1140_header_after() { $options = roots_get_theme_options(); $roots_css_framework = $options['css_grid_framework']; if ($roots_css_framework === '1140') { echo "
"; echo "
"; } } function roots_1140_footer_before() { $options = roots_get_theme_options(); $roots_css_framework = $options['css_grid_framework']; if ($roots_css_framework === '1140') { echo "
"; echo "
"; } } function roots_1140_footer_after() { $options = roots_get_theme_options(); $roots_css_framework = $options['css_grid_framework']; if ($roots_css_framework === '1140') { echo "
"; } } function roots_page_breadcrumb() { global $post; if (function_exists('yoast_breadcrumb')) { if (is_page() && $post->post_parent) { yoast_breadcrumb(''); } } wp_reset_postdata(); } ?>