Skip to content
Snippets Groups Projects
Commit 9ea7a31d authored by Aaron Ferris's avatar Aaron Ferris
Browse files

#3109818 by aaron.ferris: resolve php notice for undefined variable

parent a3e1c4e0
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment