You are here

function domain_boot in Domain Access 7.3

Same name and namespace in other branches
  1. 6.2 domain.module \domain_boot()
  2. 7.2 domain.module \domain_boot()

Ensures that our custom_url_rewrite_outbound() is loaded.

@link http://drupal.org/node/529026 @link http://drupal.org/node/820062

File

./domain.module, line 56
Core module functions for the Domain Access suite.

Code

function domain_boot() {
  include_once 'settings_custom_url.inc';
}