You are here

function habitat_init in Habitat 7

Implements hook_init().

File

./habitat.module, line 11
Change enabled modules based on current environment.

Code

function habitat_init() {
  habitat_ensure_habitat();
}