--- 2040269-15.patch 2013-08-30 03:44:41.000000000 +0200 +++ 2040269-21.patch 2013-09-27 10:00:28.897524872 +0200 @@ -1,5 +1,5 @@ diff --git a/core/themes/bartik/bartik.theme b/core/themes/bartik/bartik.theme -index ed59e8d..c1874e4 100644 +index aafb0e7..46e0f8f 100644 --- a/core/themes/bartik/bartik.theme +++ b/core/themes/bartik/bartik.theme @@ -5,6 +5,8 @@ @@ -30,7 +30,7 @@ + + drupal_render($libraries); - $site_config = Drupal::config('system.site'); + $site_config = \Drupal::config('system.site'); // Always print the site name and slogan, but if they are toggled off, we'll @@ -103,6 +115,23 @@ function bartik_preprocess_maintenance_page(&$variables) { }