You are here

function fancybox_insert_content in fancyBox 6

Same name and namespace in other branches
  1. 7.2 fancybox.module \fancybox_insert_content()

Implementation of hook_insert_content().

File

./fancybox.module, line 559
Provides the Fancybox jQuery plugin for displaying images, HTML content and multimedia in an elegant box.

Code

function fancybox_insert_content($item, $style, $widget) {
  return fancybox_imagefield_image_imagecache(NULL, $item, $style['name'], NULL);
}