account_profile.install in Account Profile 7.2
Same filename and directory in other branches
Install file for the Profile2 one page.
File
account_profile.installView source
<?php
/**
* @file
* Install file for the Profile2 one page.
*/
/**
* Implements hook_uninstall().
*/
function account_profile_uninstall() {
variable_del('account_profile_wrap_account');
variable_del('account_profile_wrap_account_title');
}
Functions
Name | Description |
---|---|
account_profile_uninstall | Implements hook_uninstall(). |