function spaces_customtext_theme in Spaces 6.3
Same name and namespace in other branches
- 7.3 spaces_customtext/spaces_customtext.module \spaces_customtext_theme()
- 7 spaces_customtext/spaces_customtext.module \spaces_customtext_theme()
Implementation of hook_theme().
File
- spaces_customtext/
spaces_customtext.module, line 144 - Spaces Custom Text.
Code
function spaces_customtext_theme() {
return array(
'spaces_customtext_settings_form' => array(
'arguments' => array(),
),
);
}