Version 1.18.2.1 (checked in on 2010/02/28 at 23:31:03 by agentken)
Navigation block and menu options for Domain Access
@ingroup domain_nav
| Name | Description |
|---|---|
| DOMAIN_NAV_MENU | Killswitch for hook_menu(). Set this value to FALSE to disable the Domain Nav menu items. |
| Name | Description |
|---|---|
| domain_nav_block | Implement hook_block() |
| domain_nav_check | Menu access check. |
| domain_nav_domainupdate | Implement hook_domainupdate() |
| domain_nav_init | Implement hook_init() |
| domain_nav_menu | Implement hook_menu() |
| domain_nav_perm | Implement hook_perm(). |
| domain_nav_render | Renders output for the block. |
| domain_nav_theme | Implement hook_theme() |
| theme_domain_nav_default | Themes the domain list as a JavaScript selection form. |
| theme_domain_nav_menus | Themes the domain list as a menu-style group of tabs. |
| theme_domain_nav_ul | Themes the domain list as an unordered list of links. |