function modernizr_preprocess_html in Modernizr 7.3
Same name and namespace in other branches
- 8 modernizr.module \modernizr_preprocess_html()
Implements MODULE_preprocess_html().
1 call to modernizr_preprocess_html()
- modernizr_preprocess_maintenance_page in ./
modernizr.module - Implements MODULE_preprocess_maintenance_page().
File
- ./
modernizr.module, line 365 - Main module file for Modernizr
Code
function modernizr_preprocess_html(&$vars, $hook) {
// This will set up all of our tests for Modernizr.
modernizr_load_data();
}