block_subtitle.install in Block Subtitle 7
Same filename and directory in other branches
Installation for block_subtitle module.
File
block_subtitle.installView source
<?php
/**
* @file
* Installation for block_subtitle module.
*/
/**
* Implements hook_uninstall().
*/
function block_subtitle_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'block_subtitle_%'");
cache_clear_all('variables', 'cache');
}
Functions
Name![]() |
Description |
---|---|
block_subtitle_uninstall | Implements hook_uninstall(). |