You are here

function i18n_boot in Internationalization 6

Same name and namespace in other branches
  1. 7 i18n.module \i18n_boot()

Implementation of hook_boot()

Initialize variables, that will be used to decide on site_frontpage

File

./i18n.module, line 26
Internationalization (i18n) module.

Code

function i18n_boot() {
  drupal_bootstrap(DRUPAL_BOOTSTRAP_LANGUAGE);
  _i18n_init();
}