htmlmail.install in HTML Mail 5
Same filename and directory in other branches
Installation for HTML Mail
File
htmlmail.installView source
<?php
/**
 * @file
 * Installation for HTML Mail
 */
/**
 * Implementation of hook_uninstall().
 */
function htmlmail_uninstall() {
  variable_del('htmlmail_css');
  variable_del('htmlmail_header');
  variable_del('htmlmail_footer');
  variable_del('htmlmail_template');
  variable_del('htmlmail_test');
}Functions
| Name   | Description | 
|---|---|
| htmlmail_uninstall | Implementation of hook_uninstall(). | 
