./Themes/default/GenericMenu.template.php
- template_generic_menu_dropdown_above
- template_generic_menu_dropdown_below
- template_generic_menu
- template_generic_menu_tabs
template_generic_menu_dropdown_above
function template_generic_menu_dropdown_above(): void
This contains the HTML for the menu bar at the top of the admin center.
template_generic_menu_dropdown_below
function template_generic_menu_dropdown_below(): void
Part of the admin layer - used with generic_menu_dropdown_above to close the admin content div.
template_generic_menu
function template_generic_menu(array &$menu_context): void
The template for displaying a menu
Type | Parameter | Description |
---|---|---|
array |
$menu_context |
An array of menu information |
template_generic_menu_tabs
function template_generic_menu_tabs(array &$menu_context): void
The code for displaying the menu
Type | Parameter | Description |
---|---|---|
array |
$menu_context |
An array of menu context data |