Заходимо в тему сайту
ваш-сайт\catalog\view\theme\ваша-тема\template\common\
Знаходимо файл header.tpl
Знаходимо
Код: Виділити все
<script src="catalog/view/javascript/jquery/jquery-2.1.1.min.js" type="text/javascript"></script>
Код: Виділити все
<script type="text/javascript">
<?php $jq = file_get_contents("catalog/view/javascript/jquery/jquery-2.1.1.min.js"); echo $jq;?>
</script>
Код: Виділити все
<script src="catalog/view/javascript/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
Код: Виділити все
<script async src="catalog/view/javascript/bootstrap/js/bootstrap.min.js" ></script>
Код: Виділити все
<link href="catalog/view/javascript/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
Код: Виділити все
<link media="none" onload="if(media!='all')media='all'" href="catalog/view/javascript/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
Код: Виділити все
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700" rel="stylesheet" type="text/css" />
Код: Виділити все
<link media="none" onload="if(media!='all')media='all'" href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"/>
Код: Виділити все
<script src="catalog/view/javascript/common.js" type="text/javascript"></script>
Код: Виділити все
<script async src="catalog/view/javascript/common.js" ></script>