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