default_profile_modules
- Versions
- 5 – 6
default_profile_modules()
Return an array of the modules to be enabled when this profile is installed.
Return value
An array of modules to be enabled.
Code
profiles/default/default.profile, line 9
<?php
function default_profile_modules() {
return array('block', 'color', 'comment', 'filter', 'help', 'menu', 'node', 'system', 'taxonomy', 'user', 'watchdog');
}
?>Login or register to post comments 