function spaces_customtext_init in Spaces 6.3
Same name and namespace in other branches
- 7.3 spaces_customtext/spaces_customtext.module \spaces_customtext_init()
- 7 spaces_customtext/spaces_customtext.module \spaces_customtext_init()
Implementation of hook_init().
File
- spaces_customtext/
spaces_customtext.module, line 70 - Spaces Custom Text.
Code
function spaces_customtext_init() {
global $language;
spaces_customtext_cache($language->language);
$language->language = 'spaces_customtext';
}