You are here

function footable_jqmulti_files in FooTable 7.2

Same name and namespace in other branches
  1. 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',
  );
}