| 5 default.profile | default_profile_modules() |
| 6 default.profile | default_profile_modules() |
Return an array of the modules to be enabled when this profile is installed.
Return value
An array of modules to enable.
File
- profiles/
default/ default.profile, line 9
Code
function default_profile_modules() {
return array('color', 'comment', 'help', 'menu', 'taxonomy', 'dblog');
}
Login or register to post comments