You are here

function hosting_site_theme in Hostmaster (Aegir) 6

Implementation of hook_theme().

File

modules/hosting/site/hosting_site.module, line 689

Code

function hosting_site_theme() {
  return array(
    'hosting_site_list' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}