Skip to content

Commit

Permalink
Standardized icon variable in common/header.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Aug 11, 2024
1 parent 8fbe906 commit ea988b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/view/template/common/header.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link href="{{ icons }}" type="text/css" rel="stylesheet"/>
<link href="{{ stylesheet }}" type="text/css" rel="stylesheet"/>
<script src="catalog/view/javascript/common.js" type="text/javascript"></script>
<link rel="icon" href="{{icon}}" type="image/png">
<link rel="icon" href="{{ icon }}" type="image/png">
{% for style in styles %}
<link href="{{ style.href }}" type="text/css" rel="{{ style.rel }}" media="{{ style.media }}"/>
{% endfor %}
Expand Down

0 comments on commit ea988b9

Please sign in to comment.