humanstxt.install in Humans.txt 7
Same filename and directory in other branches
Install file for humans.txt project.
File
humanstxt.installView source
<?php
/**
* @file
* Install file for humans.txt project.
*/
/**
* Implements hook_uninstall().
*/
function humanstxt_uninstall() {
variable_del('humanstxt');
variable_del('humanstxt_display_link');
}
Functions
Name | Description |
---|---|
humanstxt_uninstall | Implements hook_uninstall(). |