summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-04 13:39:52 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-07-04 13:39:52 +0000
commitc528bc60e653021065aaacfb7e7400961a10beb2 (patch)
treefa5377011ce5052696ebfddb61eb586e1fe2c63a /profiles
parent831e84b91882223e919a8763cee26710119ac770 (diff)
downloadbrdo-c528bc60e653021065aaacfb7e7400961a10beb2.tar.gz
brdo-c528bc60e653021065aaacfb7e7400961a10beb2.tar.bz2
#510058 by catch: Add toolbar module to default.profile.
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 67e688fbb..a0b78930b 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -8,7 +8,7 @@
* An array of modules to enable.
*/
function default_profile_modules() {
- return array('block', 'color', 'comment', 'help', 'menu', 'path', 'taxonomy', 'dblog', 'search');
+ return array('block', 'color', 'comment', 'help', 'menu', 'path', 'taxonomy', 'dblog', 'search', 'toolbar');
}
/**