You are here

function fancybox_install in fancyBox 7.2

Same name and namespace in other branches
  1. 7 fancybox.install \fancybox_install()

Implements hook_install()

File

./fancybox.install, line 33
Provides the fancyBox jQuery plugin, a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages, and an extensive settings page for configuring fancyBox settings and how fancyBox…

Code

function fancybox_install() {
  variable_set('fancybox_settings', _fancybox_defaults());
}