function footable_jqmulti_files in FooTable 7.2
Same name and namespace in other branches
- 7 footable.module \footable_jqmulti_files()
Implements hook_jqmulti_files().
File
- ./
footable.module, line 94 - Provides Views integration for the jQuery FooTable plugin.
Code
function footable_jqmulti_files() {
return array(
drupal_get_path('module', 'footable') . '/footable.js',
);
}