t('Custom')); } } /** * For testing domain language negotiation, we fake it by setting * the HTTP_HOST here */ function locale_test_boot() { if (variable_get('locale_test_domain')) { $_SERVER['HTTP_HOST'] = variable_get('locale_test_domain'); } }