Loading openy_rose.theme +1 −1 Original line number Diff line number Diff line Loading @@ -494,5 +494,5 @@ function openy_rose_preprocess_paragraph_social_list(&$variables) { */ function openy_rose_preprocess(array &$variables) { $variables['base_path'] = base_path(); $variables['directory'] = drupal_get_path('theme', 'openy_rose'); $variables['directory'] = \Drupal::service('extension.list.theme')->getPath('openy_rose'); } Loading
openy_rose.theme +1 −1 Original line number Diff line number Diff line Loading @@ -494,5 +494,5 @@ function openy_rose_preprocess_paragraph_social_list(&$variables) { */ function openy_rose_preprocess(array &$variables) { $variables['base_path'] = base_path(); $variables['directory'] = drupal_get_path('theme', 'openy_rose'); $variables['directory'] = \Drupal::service('extension.list.theme')->getPath('openy_rose'); }