You are here

function hosting_theme in Hostmaster (Aegir) 6

Implementation of hook_theme().

File

modules/hosting/hosting.module, line 311
Hosting module.

Code

function hosting_theme() {
  return array(
    'hosting_queues_configure' => array(
      'file' => 'hosting.module',
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}