Versions Compared

Key

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

...

Downloads

The Libraries API module can be found on their project page on the Drupal site, at http://drupal.org/project/libraries.

Usage

Any module that requires the Libraries API as a dependency will also require a 'libraries' folder to be created in the same part of the Drupal directory structure as the Libraries module is found, and a dependent library to be placed in that folder. For example, if the folder containing the Libraries module is found at path.to.drupal/sites/all/modules/libraries, then you will need to create a folder called path.to.drupal/sites/all/libraries, and place any dependent libraries in there.

...