You are here

function mmenu_enabled_callback in Mobile sliding menu 8

Same name and namespace in other branches
  1. 7.3 mmenu.module \mmenu_enabled_callback()
  2. 7.2 mmenu.module \mmenu_enabled_callback()

Callback function to determine to enable/disable the mmenu.

Return value

bool A boolean to determine to enable/disable the mmenu.

1 string reference to 'mmenu_enabled_callback'
hook_mmenu in ./mmenu.api.php
Allows modules to add more mmenus.

File

./mmenu.module, line 1067
Primarily Drupal hooks and global API functions to manipulate mmenus.

Code

function mmenu_enabled_callback() {
  return TRUE;
}