function thunder_amp_preprocess_html in Thunder 8.2
Same name and namespace in other branches
- 8.3 themes/thunder_amp/thunder_amp.theme \thunder_amp_preprocess_html()
Implements hook_preprocess_HOOK() for HTML document templates.
Example of a preprocess hook for a subtheme that could be used to change variables in templates in order to support custom styling of AMP pages.
File
- themes/
thunder_amp/ thunder_amp.theme, line 14 - Preprocess html for thunder_amp theme.
Code
function thunder_amp_preprocess_html(&$variables) {
}