Skip to content

Commit

Permalink
Merge pull request opencart#14074 from tmdashwani/patch-12
Browse files Browse the repository at this point in the history
Update header.twig
  • Loading branch information
danielkerr authored Aug 10, 2024
2 parents 452e38b + b911052 commit 5ffafe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload/catalog/view/template/common/header.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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">
{% for style in styles %}
<link href="{{ style.href }}" type="text/css" rel="{{ style.rel }}" media="{{ style.media }}"/>
{% endfor %}
Expand Down

0 comments on commit 5ffafe6

Please sign in to comment.