diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module index 76bd5d5d400ff374f1ff0b1e198ed2b5b6e47be1..afe518448753a7eeb36251bc051c583031d17d90 100644 --- a/sites/all/modules/unl/unl.module +++ b/sites/all/modules/unl/unl.module @@ -755,8 +755,9 @@ function unl_system_settings_form_submit($form, &$form_state) { */ function unl_theme() { return array( - 'unl_table' => array( - 'render element' => 'form', + 'unl_site_details' => array( + 'variables' => array('site_path' => NULL, 'uri' => NULL, 'db_prefix' => NULL), + 'file' => "unl_site_creation.php", ), ); }