function context_preprocess_html in Context 7.3
Same name and namespace in other branches
- 8.4 context.module \context_preprocess_html()
- 8 context.module \context_preprocess_html()
- 8.0 context.module \context_preprocess_html()
Implementation of hook_preprocess_html().
File
- ./
context.core.inc, line 397
Code
function context_preprocess_html(&$vars) {
if ($plugin = context_get_plugin('reaction', 'theme_html')) {
$plugin
->execute($vars);
}
}