You are here

function uikit_components_theme in UIkit Components 7

Same name and namespace in other branches
  1. 8.3 includes/theme.inc \uikit_components_theme()
  2. 8.2 uikit_components.module \uikit_components_theme()
  3. 7.3 uikit_components.module \uikit_components_theme()
  4. 7.2 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,
      ),
    ),
  );
}