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