summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-06 23:00:42 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-06 23:00:42 +0000
commit129c8eb18c47bf7b0e0fe35ac6bc1b7ee38d177f (patch)
tree6ff2bc019570712eabe871cd5d6c0c5b1c7194b8 /profiles
parent0299beb05ee4af647fbb25ae113018e05aeb39ba (diff)
downloadbrdo-129c8eb18c47bf7b0e0fe35ac6bc1b7ee38d177f.tar.gz
brdo-129c8eb18c47bf7b0e0fe35ac6bc1b7ee38d177f.tar.bz2
#62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node types.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default.profile b/profiles/default.profile
index 1171c5def..158477e56 100644
--- a/profiles/default.profile
+++ b/profiles/default.profile
@@ -8,7 +8,7 @@
* An array of modules to be enabled.
*/
function default_profile_modules() {
- return array('block', 'comment', 'filter', 'help', 'menu', 'node', 'page', 'story', 'system', 'taxonomy', 'user', 'watchdog');
+ return array('block', 'comment', 'filter', 'help', 'menu', 'node', 'system', 'taxonomy', 'user', 'watchdog');
}
/**