domain_domainload(&$domain)
domain.module, line 554
Implements hook_domainload()
Adds the home page 'path' and 'site_grant' boolean.
function domain_domainload(&$domain) {
// Get the path to the home page for this domain.
$domain['path'] = domain_get_path($domain);
// Grant access to all affiliates.
$domain['site_grant'] = DOMAIN_SITE_GRANT;
}