function footable_jqmulti_libraries in FooTable 7
Same name and namespace in other branches
- 7.2 footable.module \footable_jqmulti_libraries()
Implements hook_jqmulti_libraries().
File
- ./
footable.module, line 69 - Provides integration of the jQuery FooTable plugin into Views.
Code
function footable_jqmulti_libraries() {
return array(
'FooTable',
);
}