function hosting_clone_theme in Hostmaster (Aegir) 6
Implementation of hook_theme().
File
- modules/
hosting/ clone/ hosting_clone.module, line 49 - Allow sites to be cloned.
Code
function hosting_clone_theme($existing, $type, $theme, $path) {
return array(
'hosting_task_clone_form' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}