display; } // #main CSS classes function roots_main_class() { if (roots_display_sidebar()) { $class = 'span8'; } else { $class = 'span12'; } return $class; } // #sidebar CSS classes function roots_sidebar_class() { return 'span4'; } // Configuration values define('GOOGLE_ANALYTICS_ID', ''); // UA-XXXXX-Y define('POST_EXCERPT_LENGTH', 40); /** * $content_width is a global variable used by WordPress for max image upload sizes * and media embeds (in pixels). * * Example: If the content area is 640px wide, set $content_width = 620; so images and videos will not overflow. * Default: 940px is the default Bootstrap container width. */ if (!isset($content_width)) { $content_width = 940; }