...
Override view/frontend/templates/hawksearch/proxy/head/js.phtml
file with the custom one in current theme folder. Copy original template and place the copy in in the following location:
<theme_dir>/HawkSearch_Proxy/templates/hawksearch/proxy/head/js.phtml
.
...
Code Block | ||
---|---|---|
| ||
$configViewModel->getHawkUrl('includes/hawksearch.css'); |
with this one
Code Block | ||
---|---|---|
| ||
$configViewModel->getHawkUrl('includes/hawksearch.min.css'); |
...