function stringoverrides_theme in String Overrides 6
Same name and namespace in other branches
- 7 stringoverrides.module \stringoverrides_theme()
Implementation of hook_theme()
File
- ./
stringoverrides.module, line 121 - Configuration interface to provide a quick and easy way of replacing text.
Code
function stringoverrides_theme() {
return array(
'stringoverrides_strings' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}