Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagephp
$configViewModel->getHawkUrl('includes/hawksearch.css');

with this one

Code Block
languagephp
$configViewModel->getHawkUrl('includes/hawksearch.min.css');

...