function uikit_components_theme in UIkit Components 7.2
Same name and namespace in other branches
- 8.3 includes/theme.inc \uikit_components_theme()
- 8.2 uikit_components.module \uikit_components_theme()
- 7.3 uikit_components.module \uikit_components_theme()
- 7 uikit_components.module \uikit_components_theme()
Implements hook_theme().
File
- ./
uikit_components.module, line 71 - UIkit Components.
Code
function uikit_components_theme($existing, $type, $theme, $path) {
return array(
'uikit_navbar' => array(
'variables' => array(
'menus' => NULL,
'menus_flipped' => NULL,
'attached' => FALSE,
),
),
);
}