You are here

function domain_advanced in Domain Access 5

Advanced node-type settings

File

./domain_admin.inc, line 675
Administration functions for the domain module.

Code

function domain_advanced() {
  $node_types = node_get_types('names');
  return drupal_get_form('domain_advanced_form', $node_types);
}