domain_conf_theme()Implement hook_theme()
domain_conf/domain_conf.module, line 100
<?php
function domain_conf_theme() {
$themes = array(
'domain_conf_reset' => array(
'arguments' => array('domain' => array()),
),
);
return $themes;
}
?>