Skip to content

Instantly share code, notes, and snippets.

@zroger
Created May 7, 2012 21:00
Show Gist options
  • Save zroger/2630380 to your computer and use it in GitHub Desktop.
Save zroger/2630380 to your computer and use it in GitHub Desktop.
7ad8d79 ELC-600 Added the search and find_content modules to the installation profile. (Rob Montero, 3 days ago)
diff --git a/drupal/drupal-7.9/profiles/elc_basic/elc_basic.modules.inc b/drupal/drupal-7.9/profiles/elc_basic/elc_basic.modules.inc
index bcc7d2c..cd1c2b4 100644
--- a/drupal/drupal-7.9/profiles/elc_basic/elc_basic.modules.inc
+++ b/drupal/drupal-7.9/profiles/elc_basic/elc_basic.modules.inc
@@ -50,6 +50,8 @@ function elc_basic_get_modules() {
'perlgem',
'pg_request',
'jquery_dirty_forms',
+ 'elc_find_content',
+ 'search',
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment