You are here

function domain_path_domainpath in Domain Path 7

Same name and namespace in other branches
  1. 6 domain_path.module \domain_path_domainpath()

Implements hook_domainpath().

Wrapper around the new hook_domain_path() for 7.x.2.

File

./domain_path.module, line 66
Path alias handling for multiple domains.

Code

function domain_path_domainpath($domain_id, &$path, &$options, $original_path) {
  domain_path_domain_path($domain_id, $path, $options, $original_path);
}