#510058 by catch: Add toolbar module to default.profile.

merge-requests/26/head
Angie Byron 2009-07-04 13:39:52 +00:00
parent 831e84b918
commit c528bc60e6
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
/**