You are here

function views_timelinejs_ctools_plugin_directory in Views TimelineJS integration 7

Implements hook_ctools_plugin_directory().

Plugin integration for date sources, image sources and timeline themes.

File

./views_timelinejs.module, line 66
Views TimelineJS API, theming, libraries, etc.

Code

function views_timelinejs_ctools_plugin_directory($module, $plugin) {
  if ($module == 'views_timelinejs') {
    return 'plugins/' . $plugin;
  }
}