domain_content_theme()Implement hook_theme().
domain_content/domain_content.module, line 89
<?php
function domain_content_theme() {
$themes = array(
'domain_content_admin_nodes' => array(
'arguments' => array('form' => array()),
'file' => 'domain_content.admin.inc',
),
);
return $themes;
}
?>