function html5_tools_install in HTML5 Tools 7
Same name and namespace in other branches
- 6 html5_tools.install \html5_tools_install()
Implements hook_install().
File
- ./
html5_tools.install, line 11 - Install file for the htm5_tools module.
Code
function html5_tools_install() {
// Set default date format for the ISO 8601 format type.
$type = 'html5_tools_iso8601';
$format = 'c';
variable_set('date_format_' . $type, $format);
}