From 77f22c15efa8ba423acc640f2e695b9c66af0190 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Mon, 20 Sep 2010 23:11:13 +0000
Subject: [PATCH] Disabling the overlay module in the UNL profile.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@178 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 profiles/unl_profile/unl_profile.install | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/unl_profile/unl_profile.install b/profiles/unl_profile/unl_profile.install
index 9f93a9b4..3f74cbfc 100644
--- a/profiles/unl_profile/unl_profile.install
+++ b/profiles/unl_profile/unl_profile.install
@@ -61,6 +61,8 @@ function unl_profile_install()
     unl_profile_add_shortcut('Contact Us', 'admin/structure/block/manage/block/21/configure');
     unl_profile_add_shortcut('Navigation Links', 'admin/structure/menu/manage/main-menu');
     
+    module_disable(array('overlay'));
+    
     //TODO: IMCE setup (currently cannot be shared between sites)
     
     
-- 
GitLab