favicon.install in Favicon 7.2
File
favicon.installView 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
Name![]() |
Description |
---|---|
favicon_uninstall | Implements hook_uninstall(). |