You are here

function footable_jqmulti_libraries in FooTable 7.2

Same name and namespace in other branches
  1. 7 footable.module \footable_jqmulti_libraries()

Implements hook_jqmulti_libraries().

File

./footable.module, line 103
Provides Views integration for the jQuery FooTable plugin.

Code

function footable_jqmulti_libraries() {
  return array(
    'footable',
  );
}