You are here

function nice_menus_init in Nice Menus 7.2

Same name and namespace in other branches
  1. 6.2 nice_menus.module \nice_menus_init()
  2. 6 nice_menus.module \nice_menus_init()

Implements hook_init().

File

./nice_menus.module, line 345
Module to enable CSS dropdown and flyout menus.

Code

function nice_menus_init() {

  // Load nice_menus js and css.
  // This must be in hook_init so that it is run when block caching is enabled.
  _load_nice_menus_library();
}