Skip to content

Commit

Permalink
Merge pull request opencart#14078 from TheCartpenter/patch-123
Browse files Browse the repository at this point in the history
Standardized icon variable in common/header.twig
  • Loading branch information
danielkerr authored Aug 12, 2024
2 parents 8fbe906 + ea988b9 commit 82e4054
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 82e4054

Please sign in to comment.