Page not found errors for js/jquery.pngfix.js
Axlen - April 20, 2008 - 14:32
| Project: | Ability |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The template.php is trying to load javascript from the salamander theme which in my case is not installed. The other issue that affects *unix systems is the name of the js file is specified incorrectly.
Change the 3rd line of the template.php script from:
drupal_add_js(drupal_get_path('theme', 'salamander') . '/js/jquery.pngfix.js', 'theme');
To:
drupal_add_js(drupal_get_path('theme', 'ability') . '/js/jquery.pngFix.js', 'theme');
