Answer the question
In order to leave comments, you need to log in
How to remove all type='text/javascript' and type="text/css" attributes on Opencart 3?
How to remove all type='text/javascript' and type="text/css" attributes on Opencart 3
Answer the question
In order to leave comments, you need to log in
If I understand correctly, template/common/header.twig and template/common/footer.twig have the following constructs:
{% for style in styles %}
<link href="{{ style.href }}" type="text/css" rel="{{ style.rel }}" media="{{ style.media }}" />
{% endfor %}
{% for script in scripts %}
<script src="{{ script }}" type="text/javascript"></script>
{% endfor %}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question