\n"; echo "\t\tvar _gaq=[['_setAccount','$get_roots_google_analytics_id'],['_trackPageview'],['_trackPageLoadTime']];\n"; echo "\t\t(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;\n"; echo "\t\tg.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';\n"; echo "\t\ts.parentNode.insertBefore(g,s)}(document,'script'));\n"; echo "\t\n"; } } function roots_fout_b_gone() { global $roots_options; $roots_fout_b_gone = $roots_options['fout_b_gone']; $template_uri = get_template_directory_uri(); if ($roots_fout_b_gone === true) { echo "\t\n"; echo "\t"; } } function roots_1140_head() { global $roots_options; $roots_css_framework = $roots_options['css_framework']; $template_uri = get_template_directory_uri(); if ($roots_css_framework === '1140') { echo "\t"; } } function roots_adapt_head() { global $roots_options; $roots_css_framework = $roots_options['css_framework']; $template_uri = get_template_directory_uri(); if ($roots_css_framework === 'adapt') { echo "\n\t\n"; echo "\t"; } } function roots_get_stylesheets() { global $roots_options; $roots_css_framework = $roots_options['css_framework']; $template_uri = get_template_directory_uri(); $styles = ''; if ($roots_css_framework === 'blueprint') { $styles .= "\n"; } elseif ($roots_css_framework === '960gs_12' || $roots_css_framework === '960gs_16') { $styles .= "\n"; $styles .= "\t\n"; $styles .= "\t\n"; } elseif ($roots_css_framework === '960gs_24') { $styles .= "\n"; $styles .= "\t\n"; $styles .= "\t\n"; } elseif ($roots_css_framework === '1140') { $styles .= "\n"; } elseif ($roots_css_framework === 'adapt') { $styles .= "\n"; $styles .= "\t\n"; } if (class_exists('RGForms')) { $styles .= "\t\n"; } $styles .= "\t\n"; if ($roots_css_framework === 'blueprint') { $styles .= "\t\n"; } elseif ($roots_css_framework === '1140') { $styles .= "\t\n"; } echo $styles; } function roots_1140_header_before() { global $roots_options; $roots_css_framework = $roots_options['css_framework']; if ($roots_css_framework === '1140') { echo "
\n"; } } function roots_1140_header_after() { global $roots_options; $roots_css_framework = $roots_options['css_framework']; if ($roots_css_framework === '1140') { echo "
\n"; echo "
\n"; } } function roots_1140_footer_before() { global $roots_options; $roots_css_framework = $roots_options['css_framework']; if ($roots_css_framework === '1140') { echo "
\n"; echo "
\n"; } } function roots_1140_footer_after() { global $roots_options; $roots_css_framework = $roots_options['css_framework']; if ($roots_css_framework === '1140') { echo "
\n"; } } function roots_page_breadcrumb() { global $post; if (function_exists('yoast_breadcrumb')) { if (is_page() && $post->post_parent) { yoast_breadcrumb(''); } } } ?>