function lightbox2_views_api in Lightbox2 7
Same name and namespace in other branches
- 8 lightbox2.module \lightbox2_views_api()
- 6 lightbox2.module \lightbox2_views_api()
- 7.2 lightbox2.module \lightbox2_views_api()
Implementation of hook_views_api().
File
- ./
lightbox2.module, line 1644 - Enables the use of lightbox2 which places images above your current page, not within. This frees you from the constraints of the layout, particularly column widths.
Code
function lightbox2_views_api() {
return array(
'api' => '3.0',
);
}