You are here

function domain_content_theme in Domain Access 6.2

Implement hook_theme().

File

domain_content/domain_content.module, line 89
Editorial overview module.

Code

function domain_content_theme() {
  $themes = array(
    'domain_content_admin_nodes' => array(
      'arguments' => array(
        'form' => array(),
      ),
      'file' => 'domain_content.admin.inc',
    ),
  );
  return $themes;
}