live_css.install in Live CSS 7.2
Same filename and directory in other branches
Installation functions for Live CSS module.
File
live_css.installView source
<?php
/**
* @file
* Installation functions for Live CSS module.
*/
/**
* Implements hook_uninstall().
*/
function live_css_uninstall() {
variable_del('live_css_less');
variable_del('live_css_theme');
variable_del('live_css_hideadmin');
variable_del('live_css_hidemodules');
variable_del('live_css_fontsize');
variable_del('live_css_tabsize');
variable_del('live_css_softtabs');
variable_del('live_css_storage');
variable_del('live_css_flush');
variable_del('live_css_path_to_files');
variable_del('live_css_switchsave');
}
Functions
Name![]() |
Description |
---|---|
live_css_uninstall | Implements hook_uninstall(). |