You are here

function colorbox_views_api in Colorbox 7

Same name and namespace in other branches
  1. 6 colorbox.module \colorbox_views_api()
  2. 7.2 colorbox.module \colorbox_views_api()

Implements hook_views_api().

File

./colorbox.module, line 67
A light-weight, customizable lightbox plugin for jQuery 1.3

Code

function colorbox_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'colorbox') . '/views',
  );
}