constant MOBILE_NAVIGATION_BREAKPOINT in Mobile Navigation 7
Same name and namespace in other branches
- 8 mobile_navigation.module \MOBILE_NAVIGATION_BREAKPOINT
2 uses of MOBILE_NAVIGATION_BREAKPOINT
- mobile_navigation_configuration_form in ./
mobile_navigation.admin.inc - Mobile navigation admin form definition.
- mobile_navigation_page_build in ./
mobile_navigation.module - Implements hook_page_build().
File
- ./
mobile_navigation.module, line 8 - Mobile Navigation primary module file.
Code
define('MOBILE_NAVIGATION_BREAKPOINT', 'all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape)');