From bed425ad777d453f70cbc31fbe67bbe473ae3cd8 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <eric@unl.edu>
Date: Thu, 26 Jan 2012 23:48:48 +0000
Subject: [PATCH] [gh-278] Merging testing into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1411 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl.module | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module
index 76bd5d5d..afe51844 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",
     ),
   );
 }
-- 
GitLab