@@ -11,7 +11,7 @@ |
||
11 | 11 | 'theme' => 'fin_onecoltabs', |
12 | 12 | 'css' => 'onecoltabs.css', |
13 | 13 | 'regions' => array( |
14 | - 'top' => t('Top region'), |
|
15 | - 'tabs' => t('Tabbed region') |
|
16 | - ), |
|
14 | + 'top' => t('Top region'), |
|
15 | + 'tabs' => t('Tabbed region') |
|
16 | + ), |
|
17 | 17 | ); |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
6 | 6 | use Symfony\Component\EventDispatcher\Event; |
7 | -use Symfony\Component\HttpKernel\Event\KernelEvent; |
|
8 | 7 | use Symfony\Component\HttpKernel\KernelEvents; |
9 | 8 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
10 | 9 | use Drupal\Core\Cache\CacheTagsInvalidator; |