Loading twig_svg.module +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ function twig_svg_preprocess_html(&$variables) { $themes = $active_theme->getBaseThemeExtensions(); $themes[] = $active_theme; $icons = ''; foreach ($themes as $theme) { $icon_path = $theme->getPath() . '/images/icons.svg'; Loading Loading
twig_svg.module +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ function twig_svg_preprocess_html(&$variables) { $themes = $active_theme->getBaseThemeExtensions(); $themes[] = $active_theme; $icons = ''; foreach ($themes as $theme) { $icon_path = $theme->getPath() . '/images/icons.svg'; Loading