You are here

function spaces_customtext_init in Spaces 7.3

Same name and namespace in other branches
  1. 6.3 spaces_customtext/spaces_customtext.module \spaces_customtext_init()
  2. 7 spaces_customtext/spaces_customtext.module \spaces_customtext_init()

Implements hook_init().

File

spaces_customtext/spaces_customtext.module, line 74
Spaces Custom Text.

Code

function spaces_customtext_init() {
  global $language;
  spaces_customtext_cache($language->language);
  $language->language = 'spaces_customtext';
}