You are here

function fancybox_uninstall in fancyBox 7.2

Same name and namespace in other branches
  1. 6 fancybox.install \fancybox_uninstall()
  2. 7 fancybox.install \fancybox_uninstall()

Implements hook_uninstall().

File

./fancybox.install, line 40
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_uninstall() {
  variable_del('fancybox_settings');
}