You are here

function domain_url_rewrite_outbound in Domain Access 6.2

Same name and namespace in other branches
  1. 5 settings_custom_url.inc \domain_url_rewrite_outbound()

Legacy wrapper for users of 6.x.2, rc8.

File

./settings_custom_url.inc, line 24
Include file for settings.php to provide advanced functionality for rewriting links as needed.

Code

function domain_url_rewrite_outbound(&$path, &$options, $original_path) {
  domain_url_outbound_alter($path, $options, $original_path);
}