commit 4fe55a2de97cb3c1c72609ced74f207c3dedd264 Author: Andrei Zvonkov Date: Fri May 15 18:02:21 2015 -0700 missing region header clearfix addition diff --git a/core/themes/bartik/templates/region--header.html.twig b/core/themes/bartik/templates/region--header.html.twig new file mode 100644 index 0000000..225a872 --- /dev/null +++ b/core/themes/bartik/templates/region--header.html.twig @@ -0,0 +1,16 @@ +{% extends "region.html.twig" %} +{# +/** + * @file + * Bartik's theme implementation to display a header region. + * + * Available variables: + * - content: The content for this region, typically blocks. + * - attributes: HTML attributes for the region div. + * - region: The name of the region variable as defined in the theme's + * .info.yml file. + * + * @see template_preprocess_region() + */ +#} +{% set attributes = attributes.addClass('clearfix') %} \ No newline at end of file