1.20.x layout.install | layout_install() |
Implements hook_install().
File
- modules/
layout/ layout.install, line 34 - Install, update and uninstall functions for the Layout module.
Code
function layout_install() {
module_set_weight('layout', 60);
}