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