domain_nav_check($access = FALSE)Menu access check.
$access The status set by our menu checks, which is always TRUE. It defaults to FALSE here because that is a good habit.
domain_nav/domain_nav.module, line 75
<?php
function domain_nav_check($access = FALSE) {
return $access;
}
?>