function theme_acquia_lift_navbar_item in Acquia Lift Connector 7.2
Same name and namespace in other branches
- 7 theme/acquia_lift.navbar.theme.inc \theme_acquia_lift_navbar_item()
Returns HTML for a navbar item.
This theme function returns empty because the tray portion will be rendered later.
Parameters
array $variables: An associative array containing:
- element: An associative array containing the properties and children of the tray. Property used: tab.
See also
theme_navbar().
1 theme call to theme_acquia_lift_navbar_item()
- acquia_lift_element_info in ./
acquia_lift.module - Implements hook_element_info().
File
- theme/
acquia_lift.navbar.theme.inc, line 47 - acquia_lift.navbar.theme.inc Provides theme functions for Acquia Lift unified navigation bar.
Code
function theme_acquia_lift_navbar_item(&$variables) {
return '';
}