summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-10-29 13:21:46 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-10-29 13:21:46 +0000
commitb01d96aed5004b6b07cf0e9437eb0bd95b8a70da (patch)
tree1b70f8dde859d3fe15c26f8fd0cf762ac2f84b9f /profiles
parente1a7144b3320dacc2b1c7065ef2c126e265967d5 (diff)
downloadbrdo-b01d96aed5004b6b07cf0e9437eb0bd95b8a70da.tar.gz
brdo-b01d96aed5004b6b07cf0e9437eb0bd95b8a70da.tar.bz2
#88202: Adding Garland theme to core.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index 158477e56..f62b01aa5 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/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', 'system', 'taxonomy', 'user', 'watchdog');
+ return array('block', 'color', 'comment', 'filter', 'help', 'menu', 'node', 'system', 'taxonomy', 'user', 'watchdog');
}
/**