You are here

animgif_support.install in Animated gif support for image styles 7

Install file for animgif_support.

Developed by Dénes Szabó. denes.szabo@internode.hu http://internode.hu .

File

animgif_support.install
View source
<?php

/**
 * @file
 * Install file for animgif_support.
 *
 * Developed by Dénes Szabó.
 * denes.szabo@internode.hu
 * http://internode.hu
 * .
 */

/**
 * Implements hook_uninstall().
 */
function animgif_support_uninstall() {
  variable_del('animgif_support_gif_handler');
}

Functions

Namesort descending Description
animgif_support_uninstall Implements hook_uninstall().