function hosting_migrate_theme in Hostmaster (Aegir) 6
Implementation of hook_theme().
File
- modules/
hosting/ migrate/ hosting_migrate.module, line 105
Code
function hosting_migrate_theme($existing, $type, $theme, $path) {
return array(
'hosting_migrate_comparison' => array(
'arguments' => array(
'packages' => NULL,
),
),
);
}