domain_theme_theme()Implement hook_theme()
domain_theme/domain_theme.module, line 104
<?php
function domain_theme_theme() {
$themes = array(
'domain_theme_reset' => array(
'arguments' => array('domain' => array()),
),
);
return $themes;
}
?>