l10n_server-2.x-dev/l10n_theme/l10n_theme.module
l10n_theme/l10n_theme.module
<?php /** * @file * Code for the l10n_theme module. */ /** * Implements hook_page_attachments(). */ function l10n_theme_page_attachments(array &$page) { if (!\Drupal::service('router.admin_context')->isAdminRoute()) { $page['#attached']['library'][] = 'l10n_theme/global'; } }