You are here

favicon.install in Favicon 7.2

File

favicon.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function favicon_uninstall() {
  variable_del('favicon_uri');
  variable_del('favicon_delivery_callback');
  variable_del('favicon_page_cache_maximum_size');
}

Functions

Namesort descending Description
favicon_uninstall Implements hook_uninstall().