You are here

function theme_hosting_task_clone_form in Hostmaster (Aegir) 6

Redner the clone task form.

File

modules/hosting/clone/hosting_clone.module, line 65
Allow sites to be cloned.

Code

function theme_hosting_task_clone_form(&$form) {
  return theme_hosting_task_migrate_form($form);
}