You are here

function mobile_navigation_init in Mobile Navigation 7.2

Implements hook_init().

File

./mobile_navigation.module, line 36
Mobile Navigation primary module file.

Code

function mobile_navigation_init() {
  module_load_include('inc', 'mobile_navigation', 'mobile_navigation');
}