How do I install EqualWeb on a Drupal website?
Improving your Drupal`s website accessibility and compliance can be really easy when using EqualWeb solutions and services.
The only thing you are required to do is insert our JS script and we will do the rest!
JavaScript files can be added to a theme`s .info file using the scripts tag.
1) To add the script mywebsite.js to every page on a Drupal site add the following to the theme`s .info file:
scripts = mywebsite.js

2) Clear the theme cache for this change to take effect
Scripts added in a theme`s .info file is added at the theme level of ordering and will come after core/library JavaScript and module JavaScript. This ordering is important because it allows the theme JavaScript an opportunity to act on the page after the JavaScript providing the functionality within the page.