function oa_home_install in Open Atrium Home 7.2
Implements hook_install().
File
- ./
oa_home.install, line 11 - Provides functions that run on (un)install and update for oa_home.
Code
function oa_home_install() {
// set initial home page
variable_set('site_frontpage', 'home');
}