function domain_prefix_theme in Domain Access 6.2
Implement hook_theme()
File
- domain_prefix/
domain_prefix.module, line 119 - Interface for selective table prefixing for use with Domain Access.
Code
function domain_prefix_theme() {
$themes = array(
'domain_prefix_configure_form' => array(
'arguments' => array(
'form' => array(),
),
),
);
return $themes;
}