1.20.x theme_test.module | theme_test_preprocess_page(&$variables) |
Implements hook_preprocess_page().
File
- modules/
simpletest/ tests/ theme_test.module, line 148
Code
function theme_test_preprocess_page(&$variables) {
$variables['html_attributes']['theme_test_html_attribute'] = 'theme test html attribute value';
$variables['body_attributes']['theme_test_body_attribute'] = 'theme test body attribute value';
}